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.
This commit is contained in:
Barry Warsaw 1999-04-26 23:36:47 +00:00
parent 3f01c724fd
commit 6e7f6ea756
1 changed files with 3 additions and 4 deletions

View File

@ -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)