From 6df29362d36dc94908e36801dc4533ebd7f1d59d Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 5 Oct 2025 13:00:43 +0200 Subject: [PATCH] file_chooser: update list when switching windows with different search paths --- src/xschem.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index d2cc3380..29312a0e 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -9183,6 +9183,7 @@ proc housekeeping_ctx {} { xschem case_insensitive $case_insensitive set_sim_netlist_waves_buttons .statusbar.7 configure -text $netlist_type + if {[winfo exists .ins]} { .ins.top3.upd invoke } } # callback that resets simulate button color at end of simulation