QTfrontend/hwform.cpp
changeset 6793 d62f25f5d6ce
parent 6791 6907194f2c57
child 6907 a2f9a9a62dc5
equal deleted inserted replaced
6792:f72c8b5d421c 6793:d62f25f5d6ce
   614     PagesStack.push(ui.Pages->currentIndex());
   614     PagesStack.push(ui.Pages->currentIndex());
   615 
   615 
   616     OnPageShown(id, lastid);
   616     OnPageShown(id, lastid);
   617     ui.Pages->setCurrentIndex(id);
   617     ui.Pages->setCurrentIndex(id);
   618 
   618 
   619     if (id == ID_PAGE_DRAWMAP)
   619     if (id == ID_PAGE_DRAWMAP || id == ID_PAGE_GAMESTATS)
   620         stopAnim = true;
   620         stopAnim = true;
   621 
   621 
   622 #if (QT_VERSION >= 0x040600)
   622 #if (QT_VERSION >= 0x040600)
   623     if (!stopAnim)
   623     if (!stopAnim)
   624     {
   624     {