setting line width in View menu will automatcally disable change line width with zoom
This commit is contained in:
parent
379938fe03
commit
bf0ef23739
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue