1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Pause when showing stats

.. stats is modal so clock shouldn't be ticking
This commit is contained in:
Robert Marshall 2020-05-09 13:55:21 +01:00 committed by Shlomi Fish
parent 0ac4339252
commit c5864cc0f6

View file

@ -555,6 +555,7 @@ class PysolMenubar(PysolMenubarTk):
text=text % {'filename': filename})
def mPlayerStats(self, *args, **kw):
self.game.doPause()
mode = kw.get("mode", 101)
demo = 0
gameid = None
@ -658,6 +659,7 @@ class PysolMenubar(PysolMenubarTk):
if d.status != 0:
break
mode = d.button
self.game.doPause()
#
# Assist menu