From 883c41658e1235ba2bdcd3c0fccb3d89f9aa5fea Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 15 Nov 2020 22:11:00 +0200 Subject: [PATCH] - minor change --- app_Main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app_Main.py b/app_Main.py index f10a364d..c554f6b5 100644 --- a/app_Main.py +++ b/app_Main.py @@ -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)