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 b10fa7fb34
commit a0787e988a

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':