- fixed the Tcl Command 'set_origin' to work for a specified location

- updated the Tcl Command 'set_origin' to give the option to set the origin for a specified object
This commit is contained in:
Marius Stanciu
2022-01-15 17:25:05 +02:00
committed by Marius
parent 873cd6f947
commit 7e3152e7a3
3 changed files with 28 additions and 6 deletions

View File

@@ -5356,6 +5356,7 @@ class App(QtCore.QObject):
app_obj.inform.emit('[success] %s...' % _('Origin set'))
# update the source_file container with the new offseted code
for obj in obj_list:
out_name = obj.options["name"]