From b5a25e5925665f64ac15058eeb85bd99d21a9683 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 9 Feb 2025 13:48:39 +0100 Subject: [PATCH] fix update not working in proc cellview --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 9b0a145c..43bcd714 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -1986,7 +1986,7 @@ proc cellview { {derived_symbols {}} {upd 0} } { if {$upd} {return} frame .cv.bottom - button .cv.bottom.update -text Update -command "cellview $derived_symbols 1" + button .cv.bottom.update -text Update -command "cellview [list $derived_symbols] 1" pack .cv.bottom.update -side left label .cv.bottom.status -text {STATUS LINE} pack .cv.bottom.status -fill x -expand yes