diff --git a/pysollib/game/__init__.py b/pysollib/game/__init__.py index 836ce32d..20f6068b 100644 --- a/pysollib/game/__init__.py +++ b/pysollib/game/__init__.py @@ -589,10 +589,11 @@ class Game(object): if not self.cards: self.cards = self.createCards(progress=self.app.intro.progress) self.initBindings() - # self.top.bind('', self.top._sleepEvent) - # self.top.bind('<3>', self.top._sleepEvent) - self.top.bind("", self.top._focusOutEvent) - self.top.bind("", self.top._focusInEvent) + if TOOLKIT == 'tk': + # self.top.bind('', self.top._sleepEvent) + # self.top.bind('<3>', self.top._sleepEvent) + self.top.bind("", self.top._focusOutEvent) + self.top.bind("", self.top._focusInEvent) # update display properties self.canvas.busy = True # geometry