From 5392190c35f6ccc753b7c531e686a9965f69a34f Mon Sep 17 00:00:00 2001 From: Joe R Date: Thu, 21 Nov 2024 20:52:23 -0500 Subject: [PATCH] Unset busy when the demo ends --- pysollib/game/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pysollib/game/__init__.py b/pysollib/game/__init__.py index fec8cb51..4e2e7c16 100644 --- a/pysollib/game/__init__.py +++ b/pysollib/game/__init__.py @@ -2631,6 +2631,7 @@ class Game(object): self.canvas.setTopImage(None) self.demo_logo = None self.demo = None + self.busy = False self.updateMenus() # demo event - play one demo move and check for win/loss