From bf0ef2373950462ef0b75a910d3b3c82a0153125 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 11 Dec 2023 18:31:19 +0100 Subject: [PATCH] setting line width in View menu will automatcally disable change line width with zoom --- src/xschem.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 2adb5d97..1c6978d4 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -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 \