CAM: Fix: viewprovider not added when adding a tool to a document from the dock
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user