diff -r f72c8b5d421c -r d62f25f5d6ce 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)