fix an issue with compare schematics (set tcl compare_sch variable after calling xschem compare_schematics)

This commit is contained in:
stefan schippers 2025-09-23 01:39:59 +02:00
parent 916027ddba
commit b5de718d63
1 changed files with 1 additions and 1 deletions

View File

@ -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"