BIM: fix double click both editing label and opening task panel

This commit is contained in:
Furgo
2025-09-10 00:30:26 +02:00
committed by Yorik van Havre
parent eb4db5466a
commit 0347248925

View File

@@ -202,6 +202,7 @@ class _ViewProviderAxisSystem:
def doubleClicked(self, vobj):
self.edit()
return True
def setupContextMenu(self, vobj, menu):
if FreeCADGui.activeWorkbench().name() != 'BIMWorkbench':