remove dbg message

This commit is contained in:
Stefan Frederik 2022-07-16 08:24:49 +02:00
parent e9f28b4f4a
commit 7d971f1f6c
1 changed files with 0 additions and 1 deletions

View File

@ -5009,7 +5009,6 @@ proc build_widgets { {topwin {} } } {
-padx 2 -pady 0 -command waves $bbg
eval button $topwin.menubar.simulate -text "Simulate" -activebackground red -takefocus 0 \
-padx 2 -pady 0 -command \{simulate_button $topwin.menubar.simulate\} $bbg
puts "setting simulate_bg"
set simulate_bg [$topwin.menubar.simulate cget -bg]
eval button $topwin.menubar.netlist -text "Netlist" -activebackground red -takefocus 0 \
-padx 2 -pady 0 -command \{xschem netlist\} $bbg