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

This commit is contained in:
Furgo
2025-09-10 10:44:17 +02:00
committed by Yorik van Havre
parent daba1fc8a5
commit 02bc3f60b1

View File

@@ -678,6 +678,7 @@ class _ViewProviderArchSchedule:
def doubleClicked(self, vobj):
self.edit()
return True
def setupContextMenu(self, vobj, menu):