- remade the Gerber Object Properties UI

- fixed a small typo when creating a new Gerber empty App Object
This commit is contained in:
Marius Stanciu
2021-09-05 17:17:24 +03:00
committed by Marius
parent 90697c55a1
commit 854548142e
4 changed files with 157 additions and 78 deletions

View File

@@ -469,7 +469,7 @@ class AppObject(QtCore.QObject):
:return: None
"""
outname = 'new_geo' if new_name is None else new_name
outname = 'new_grb' if new_name is None else new_name
def initialize(new_obj, app):
new_obj.multitool = False