From c747d59a90033617664fe84c334ca45fc401acca Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Tue, 12 Mar 2024 22:56:50 +0100 Subject: [PATCH] removed redundant Tools menu entries: insert wire label --- src/xschem.tcl | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index bd2d0627..93387c95 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -7720,9 +7720,6 @@ proc build_widgets { {topwin {} } } { -selectcolor $selectcolor -variable disable_unique_names $topwin.menubar.tools.menu add command -label "Insert symbol" -command "xschem place_symbol" -accelerator {Ins, Shift-I} toolbar_add ToolInsertSymbol "xschem place_symbol" "Insert Symbol" $topwin - $topwin.menubar.tools.menu add command -label "Insert wire label" -command "xschem net_label 1" -accelerator {Alt-L} - $topwin.menubar.tools.menu add command -label "Insert wire label 2" -command "xschem net_label 0" \ - -accelerator {Alt-Shift-L} $topwin.menubar.tools.menu add command -label "Insert text" -command "xschem place_text" -accelerator T toolbar_add ToolInsertText "xschem place_text" "Insert Text" $topwin $topwin.menubar.tools.menu add command -label "Insert wire" -command "xschem wire" -accelerator W