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:
parent
12ca8c5535
commit
dc86d9338d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue