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