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:
parent
3f01c724fd
commit
6e7f6ea756
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue