From 0afa12c3fbcb176154deb33755c04261976df1b1 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 16 Sep 2024 16:55:09 +0200 Subject: [PATCH] proc edit_prop: correctly set editprop_sympath when tcleval(...) is used --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 8200657a..8c85dea1 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -5120,7 +5120,7 @@ proc edit_prop {txtlabel} { } wm geometry .dialog "${edit_prop_size}+$X+$Y" set prev_symbol $symbol - set editprop_sympath [get_directory [abs_sym_path $symbol]] + set editprop_sympath [get_directory [abs_sym_path [tclpropeval2 $symbol]]] frame .dialog.f4 label .dialog.f4.l1 -text $txtlabel label .dialog.f4.path -text "Path:"