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
parent 12ca8c5535
commit dc86d9338d

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)