- 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:
@@ -408,7 +408,7 @@ class ToolMilling(AppTool, Excellon):
|
||||
self.units = self.app.defaults['units'].upper()
|
||||
self.old_tool_dia = self.app.defaults["tools_iso_newdia"]
|
||||
|
||||
self.clear_ui()
|
||||
self.clear_ui(self.layout)
|
||||
self.init_ui()
|
||||
|
||||
self.unset_context_menu()
|
||||
|
||||
Reference in New Issue
Block a user