- remade the Gerber Object Properties UI
- fixed a small typo when creating a new Gerber empty App Object
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user