From 1199f26401952e95f5a1ad2133ef519ce9d2eb62 Mon Sep 17 00:00:00 2001 From: Ronny Standtke Date: Tue, 18 Apr 2023 12:24:21 +0200 Subject: [PATCH] fixed typo --- src/Mod/PartDesign/Gui/CommandBody.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/CommandBody.cpp b/src/Mod/PartDesign/Gui/CommandBody.cpp index 02db8ae789..65014d6960 100644 --- a/src/Mod/PartDesign/Gui/CommandBody.cpp +++ b/src/Mod/PartDesign/Gui/CommandBody.cpp @@ -198,7 +198,7 @@ void CmdPartDesignBody::activated(int iMsg) doCommand(Doc,"App.ActiveDocument.getObject('%s').Label = '%s'", bodyString, labelByteArray.constData()); if (baseFeature) { if (partOfBaseFeature){ - //withdraw base feature from Part, otherwise visibility mandess results + //withdraw base feature from Part, otherwise visibility madness results doCommand(Doc,"App.activeDocument().%s.removeObject(App.activeDocument().%s)", partOfBaseFeature->getNameInDocument(), baseFeature->getNameInDocument()); }