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