From 94d893bbe63bdb03cb48f3116bea7390df2bd30e Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Tue, 9 Sep 2025 21:44:03 +0200 Subject: [PATCH] BIM: Fix SectionPlane's label being editable on double-click --- src/Mod/BIM/ArchSectionPlane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/BIM/ArchSectionPlane.py b/src/Mod/BIM/ArchSectionPlane.py index 7454f463b6..81450c389d 100644 --- a/src/Mod/BIM/ArchSectionPlane.py +++ b/src/Mod/BIM/ArchSectionPlane.py @@ -1158,6 +1158,7 @@ class _ViewProviderSectionPlane: def doubleClicked(self, vobj): self.edit() + return True def setupContextMenu(self, vobj, menu): if FreeCADGui.activeWorkbench().name() != 'BIMWorkbench':