Fix caption of stats screen not being reset on clear()
authorWuzzy <almikes@aol.com>
Wed, 26 Apr 2017 01:46:38 +0200
changeset 12331 6707ee1d2430
parent 12330 fc6bb8471882
child 12332 657a8d63c99d
Fix caption of stats screen not being reset on clear()
QTfrontend/ui/page/pagegamestats.cpp
--- a/QTfrontend/ui/page/pagegamestats.cpp	Wed Apr 26 00:47:14 2017 +0200
+++ b/QTfrontend/ui/page/pagegamestats.cpp	Wed Apr 26 01:46:38 2017 +0200
@@ -148,6 +148,7 @@
     labelGameStats->setText("");
     healthPoints.clear();
     labelGameRank->setText("");
+    labelGameWin->setText("");
     playerPosition = 0;
     lastColor = 0;
 }