CAM: Fix: viewprovider not added when adding a tool to a document from the dock

This commit is contained in:
Samuel Abels
2025-05-26 18:16:23 +02:00
parent 6f2971a684
commit 107cbcac38

View File

@@ -516,6 +516,7 @@ class ToolBit(Asset, ABC):
temp_obj = self.obj
self.obj = tool_doc_obj
self.obj.Proxy = self
ToolBitView.ViewProvider(self.obj.ViewObject, "ToolBit")
self._create_base_properties()