proc new_window add abs_sym_path so full path is resolved if necessary

This commit is contained in:
Stefan Frederik 2021-11-17 11:47:12 +01:00
parent 59fccdee14
commit 7fcda987c0
1 changed files with 1 additions and 1 deletions

View File

@ -3470,7 +3470,7 @@ proc new_window {what {filename {}} {path {-}}} {
build_widgets $path
pack_widgets $path ;# also does set_bindings $path.drw
update
xschem new_schematic create $path $path.drw $filename
xschem new_schematic create $path $path.drw [abs_sym_path $filename]
save_ctx $path.drw
return $path
} elseif { $what eq {destroy}} {