fix typo in proc edit_vi_prop

This commit is contained in:
Stefan Frederik 2021-11-17 11:01:44 +01:00
parent f7fa39a975
commit 2604db125a
1 changed files with 1 additions and 1 deletions

View File

@ -2305,7 +2305,7 @@ proc edit_vi_prop {txtlabel} {
global XSCHEM_TMP_DIR retval symbol prev_symbol rcode debug_var editor global XSCHEM_TMP_DIR retval symbol prev_symbol rcode debug_var editor
global user_wants_copy_cell global user_wants_copy_cell
set netlist_dir [xschem get netlist_type] set netlist_type [xschem get netlist_type]
set user_wants_copy_cell 0 set user_wants_copy_cell 0
set rcode {} set rcode {}
set filename .xschem_edit_file.[pid] set filename .xschem_edit_file.[pid]