- upgraded all the plugins such that at each launch the Plugin UI is reinitialized reducing the chances to get errors like "wrapped up C++ object deleted" with the side effect that the performance might be slightly reduced
This commit is contained in:
@@ -309,7 +309,7 @@ class ToolDrilling(AppTool, Excellon):
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units'].upper()
|
||||
|
||||
self.clear_ui()
|
||||
self.clear_ui(self.layout)
|
||||
self.init_ui()
|
||||
|
||||
self.disconnect_main_signals()
|
||||
|
||||
Reference in New Issue
Block a user