From b62cf543c7ea2d392fcf53dc6126fe214364a098 Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 8 Mar 2022 04:26:39 +0100 Subject: [PATCH] [Part] change sGroup for Section Cut as discussed here: https://forum.freecadweb.org/viewtopic.php?p=577536#p577536 --- src/Mod/Part/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/Command.cpp b/src/Mod/Part/Gui/Command.cpp index f14797b0b8..de583c61af 100644 --- a/src/Mod/Part/Gui/Command.cpp +++ b/src/Mod/Part/Gui/Command.cpp @@ -2471,7 +2471,7 @@ CmdPartSectionCut::CmdPartSectionCut() : Command("Part_SectionCut") { sAppModule = "Part"; - sGroup = QT_TR_NOOP("Part"); + sGroup = "View"; sMenuText = QT_TR_NOOP("Persistent section cut"); sToolTipText = QT_TR_NOOP("Creates a persistent section cut of visible part objects"); sWhatsThis = "Part_SectionCut";