Commit 4e39949d authored by Jack Jansen's avatar Jack Jansen

Initialize self._helpmenu earlier, so we can use gethelpmenu() while

building the user menus.
parent bdbff73f
......@@ -108,11 +108,11 @@ class Application:
self.quitting = 0
self.needmenubarredraw = 0
self._windows = {}
self._helpmenu = None
if nomenubar:
self.menubar = None
else:
self.makemenubar()
self._helpmenu = None
def __del__(self):
if self._doing_asyncevents:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment