QTfrontend/hwform.cpp
changeset 6131 4e8816cf9459
parent 6048 ae213ef7030a
parent 5999 dad168522e3b
child 6151 9fd5b70acb1a
equal deleted inserted replaced
6130:026fd01a5e2c 6131:4e8816cf9459
   449 void HWForm::OnPageShown(quint8 id, quint8 lastid)
   449 void HWForm::OnPageShown(quint8 id, quint8 lastid)
   450 {
   450 {
   451 #ifdef USE_XFIRE
   451 #ifdef USE_XFIRE
   452     updateXfire();
   452     updateXfire();
   453 #endif
   453 #endif
       
   454     if (id == ID_PAGE_DATADOWNLOAD)
       
   455     {
       
   456         ui.pageDataDownload->fetchList();
       
   457     }
   454     if (id == ID_PAGE_DRAWMAP) {
   458     if (id == ID_PAGE_DRAWMAP) {
   455         DrawMapScene * scene;
   459         DrawMapScene * scene;
   456         if(lastid == ID_PAGE_MULTIPLAYER)
   460         if(lastid == ID_PAGE_MULTIPLAYER)
   457             scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene();
   461             scene = ui.pageMultiplayer->gameCFG->pMapContainer->getDrawMapScene();
   458         else
   462         else