From c5864cc0f6fe949401ff1a2413a2002651e0a067 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 9 May 2020 13:55:21 +0100 Subject: [PATCH] Pause when showing stats .. stats is modal so clock shouldn't be ticking --- pysollib/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pysollib/actions.py b/pysollib/actions.py index e2e28406..4b8507eb 100644 --- a/pysollib/actions.py +++ b/pysollib/actions.py @@ -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