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

Fix binding error in Kivy

This commit is contained in:
Joe R 2025-03-15 20:11:50 -04:00
parent c14be7b73e
commit a79c81109b

View file

@ -589,6 +589,7 @@ class Game(object):
if not self.cards:
self.cards = self.createCards(progress=self.app.intro.progress)
self.initBindings()
if TOOLKIT == 'tk':
# self.top.bind('<ButtonPress>', self.top._sleepEvent)
# self.top.bind('<3>', self.top._sleepEvent)
self.top.bind("<FocusOut>", self.top._focusOutEvent)