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

Work around Playable Preview launching unresponsive help window

This commit is contained in:
Juhani Numminen 2020-03-02 14:38:49 +02:00 committed by Shlomi Fish
parent 0a220861a9
commit 18d3b2713a

View file

@ -326,6 +326,7 @@ class SelectGameDialog(MfxDialog):
dir = os.path.join("html", "rules")
from pysollib.help import help_html
help_html(self.app, doc, dir, self.top)
self.top.grab_release() # Don't want the help window appear frozen
return
MfxDialog.mDone(self, button)