setting line width in View menu will automatcally disable change line width with zoom

This commit is contained in:
stefan schippers 2023-12-11 18:31:19 +01:00
parent 379938fe03
commit bf0ef23739
1 changed files with 1 additions and 0 deletions

View File

@ -7157,6 +7157,7 @@ proc build_widgets { {topwin {} } } {
-accelerator {_}
$topwin.menubar.view.menu add command -label "Set line width" \
-command {
set change_lw 0
input_line "Enter linewidth (float):" "xschem line_width"
}
$topwin.menubar.view.menu add checkbutton -label "Tabbed interface" -variable tabbed_interface \