Commit 6e7f6ea7 authored by Barry Warsaw's avatar Barry Warsaw

Put the 'File' menu on the menubar even when modal, so users can get

to the 'load palette' entry.   Just don't put the quit button on
there.
parent 3f01c724
......@@ -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)
......
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