equal
deleted
inserted
replaced
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 |