fix update not working in proc cellview

This commit is contained in:
stefan schippers 2025-02-09 13:48:39 +01:00
parent 77a6bd2bb8
commit b5a25e5925
1 changed files with 1 additions and 1 deletions

View File

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