diff options
Diffstat (limited to 'Mac/Lib/FrameWork.py')
-rw-r--r-- | Mac/Lib/FrameWork.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Lib/FrameWork.py b/Mac/Lib/FrameWork.py index 21a4f0e..f2f6fe2 100644 --- a/Mac/Lib/FrameWork.py +++ b/Mac/Lib/FrameWork.py @@ -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: |