fix an issue with compare schematics (set tcl compare_sch variable after calling xschem compare_schematics)
This commit is contained in:
parent
916027ddba
commit
b5de718d63
|
|
@ -9527,7 +9527,7 @@ proc build_widgets { {topwin {} } } {
|
|||
|
||||
$topwin.menubar.hilight add command \
|
||||
-label {Set schematic to compare and compare with} \
|
||||
-command "set compare_sch 1; xschem compare_schematics"
|
||||
-command "xschem compare_schematics; set compare_sch 1"
|
||||
$topwin.menubar.hilight add command \
|
||||
-label {Swap compare schematics} \
|
||||
-command "swap_compare_schematics"
|
||||
|
|
|
|||
Loading…
Reference in New Issue