- minor change

This commit is contained in:
Marius Stanciu
2020-11-15 22:11:00 +02:00
committed by Marius
parent 39c585e907
commit 883c41658e

View File

@@ -1885,7 +1885,7 @@ class App(QtCore.QObject):
pos=self.ui.menutool, before=self.sub_tool.menuAction, separator=True)
self.milling_tool = ToolMilling(self)
self.milling_tool.install(icon=QtGui.QIcon(self.resource_location + '/milling_tool32.png'),
pos=self.ui.menutool, before=self.sub_tool.menuAction, separator=True)
pos=self.ui.menutool, before=self.sub_tool.menuAction, separator=True)
self.copper_thieving_tool = ToolCopperThieving(self)
self.copper_thieving_tool.install(icon=QtGui.QIcon(self.resource_location + '/copperfill32.png'),
@@ -5350,7 +5350,6 @@ class App(QtCore.QObject):
app_obj.debug("on_copy_command() --> no excellon tools")
return 'fail'
def initialize_script(new_obj, app_obj):
new_obj.source_file = deepcopy(obj.source_file)