mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Pass a root to the help window.
This commit is contained in:
@@ -83,4 +83,4 @@ class PopupMenu:
|
||||
|
||||
def help(self):
|
||||
from HelpWindow import HelpWindow
|
||||
HelpWindow()
|
||||
HelpWindow(root=self.flist.root)
|
||||
|
||||
Reference in New Issue
Block a user