fix wrong displayed menu accelerator in Properties->View

This commit is contained in:
Stefan Frederik 2021-03-17 00:52:33 +01:00
parent 500feade8d
commit ba31530e87
1 changed files with 1 additions and 1 deletions

View File

@ -4041,7 +4041,7 @@ if { ( $::OS== "Windows" || [string length [lindex [array get env DISPLAY] 1] ]
}
.menubar.prop.menu add command -label "Edit" -command "xschem edit_prop" -accelerator Q
.menubar.prop.menu add command -label "Edit with editor" -command "xschem edit_vi_prop" -accelerator Shift+Q
.menubar.prop.menu add command -label "View" -command "xschem view_prop" -accelerator Ctrl+Q
.menubar.prop.menu add command -label "View" -command "xschem view_prop" -accelerator Ctrl+Shift+Q
.menubar.prop.menu add command -background red -label "Edit file (danger!)" \
-command "xschem edit_file" -accelerator Alt+Q
.menubar.sym.menu add radiobutton -label "Show Symbols" -variable hide_symbols -value 0 \