From a0787e988a1a9fa52d0e8a6afa9c1fcb2ee83679 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:30:26 +0200 Subject: [PATCH] BIM: fix double click both editing label and opening task panel --- src/Mod/BIM/ArchAxisSystem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/BIM/ArchAxisSystem.py b/src/Mod/BIM/ArchAxisSystem.py index eda8409d07..65f513d51e 100644 --- a/src/Mod/BIM/ArchAxisSystem.py +++ b/src/Mod/BIM/ArchAxisSystem.py @@ -202,6 +202,7 @@ class _ViewProviderAxisSystem: def doubleClicked(self, vobj): self.edit() + return True def setupContextMenu(self, vobj, menu): if FreeCADGui.activeWorkbench().name() != 'BIMWorkbench':