summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/PyncheWidget.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/Tools/pynche/PyncheWidget.py b/Tools/pynche/PyncheWidget.py
index 810b7ab..6e087e3 100644
--- a/Tools/pynche/PyncheWidget.py
+++ b/Tools/pynche/PyncheWidget.py
@@ -87,10 +87,9 @@ class PyncheWidget:
#
# Tie them all together
#
- if not modal:
- menubar.add_cascade(label='File',
- menu=filemenu,
- underline=0)
+ menubar.add_cascade(label='File',
+ menu=filemenu,
+ underline=0)
menubar.add_cascade(label='View',
menu=viewmenu,
underline=0)