Skip to content

Commit

Permalink
Unset busy when the demo ends
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Nov 22, 2024
1 parent cb2252b commit 5392190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysollib/game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2631,6 +2631,7 @@ def stopDemo(self, event=None):
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
Expand Down

0 comments on commit 5392190

Please sign in to comment.