Pass a root to the help window.
This commit is contained in:
parent
deff89c8be
commit
d020cf3d7d
|
@ -83,4 +83,4 @@ class PopupMenu:
|
|||
|
||||
def help(self):
|
||||
from HelpWindow import HelpWindow
|
||||
HelpWindow()
|
||||
HelpWindow(root=self.flist.root)
|
||||
|
|
Loading…
Reference in New Issue