Disable anim for stats screen ("In game" stays visible otherwise)
authornemo
Sat, 17 Mar 2012 17:24:38 -0400
changeset 6793 d62f25f5d6ce
parent 6792 f72c8b5d421c
child 6794 95ee7bde3514
Disable anim for stats screen ("In game" stays visible otherwise)
QTfrontend/hwform.cpp
--- a/QTfrontend/hwform.cpp	Sat Mar 17 17:18:43 2012 -0400
+++ b/QTfrontend/hwform.cpp	Sat Mar 17 17:24:38 2012 -0400
@@ -616,7 +616,7 @@
     OnPageShown(id, lastid);
     ui.Pages->setCurrentIndex(id);
 
-    if (id == ID_PAGE_DRAWMAP)
+    if (id == ID_PAGE_DRAWMAP || id == ID_PAGE_GAMESTATS)
         stopAnim = true;
 
 #if (QT_VERSION >= 0x040600)