proc edit_prop: correctly set editprop_sympath when tcleval(...) is used

This commit is contained in:
stefan schippers 2024-09-16 16:55:09 +02:00
parent 6e4eb9e35f
commit 0afa12c3fb
1 changed files with 1 additions and 1 deletions

View File

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