mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Support underlining of menu labels
This commit is contained in:
parent
6e0a413693
commit
b5eed0328f
2 changed files with 6 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ class MultiEditorWindow(EditorWindow):
|
|||
|
||||
# Override menu bar specs
|
||||
menu_specs = EditorWindow.menu_specs[:]
|
||||
menu_specs.insert(len(menu_specs)-1, ("windows", "Windows"))
|
||||
menu_specs.insert(len(menu_specs)-1, ("windows", "_Windows"))
|
||||
|
||||
def __init__(self, flist, filename, key):
|
||||
self.flist = flist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue