Pass a root to the help window.

This commit is contained in:
Guido van Rossum 1998-10-12 20:55:43 +00:00
parent deff89c8be
commit d020cf3d7d
1 changed files with 1 additions and 1 deletions

View File

@ -83,4 +83,4 @@ class PopupMenu:
def help(self):
from HelpWindow import HelpWindow
HelpWindow()
HelpWindow(root=self.flist.root)