QTfrontend/hwform.cpp
branch0.9.16
changeset 5999 dad168522e3b
parent 5907 64ccc6be0ec5
child 6131 4e8816cf9459
equal deleted inserted replaced
5997:a9495e0bd418 5999:dad168522e3b
   469 void HWForm::OnPageShown(quint8 id, quint8 lastid)
   469 void HWForm::OnPageShown(quint8 id, quint8 lastid)
   470 {
   470 {
   471 #ifdef USE_XFIRE
   471 #ifdef USE_XFIRE
   472     updateXfire();
   472     updateXfire();
   473 #endif
   473 #endif
       
   474     if (id == ID_PAGE_DATADOWNLOAD)
       
   475     {
       
   476         ui.pageDataDownload->fetchList();
       
   477     }
   474     if (id == ID_PAGE_DRAWMAP) {
   478     if (id == ID_PAGE_DRAWMAP) {
   475         DrawMapScene * scene;
   479         DrawMapScene * scene;
   476         if(lastid == ID_PAGE_MULTIPLAYER)
   480         if(lastid == ID_PAGE_MULTIPLAYER)
   477             scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene();
   481             scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene();
   478         else
   482         else