Part: Move Part_SectionCut command to Part menu item list

This commit is contained in:
marioalexis
2022-02-07 17:55:16 -03:00
committed by wwmayer
parent 13a64235f1
commit fc6e870a67
3 changed files with 3 additions and 2 deletions

View File

@@ -2484,7 +2484,7 @@ CmdPartSectionCut::CmdPartSectionCut()
sToolTipText = QT_TR_NOOP("Creates a persistent section cut of visible part objects");
sWhatsThis = "Part_SectionCut";
sStatusTip = sToolTipText;
eType = Alter3DView;
eType = AlterDoc | Alter3DView;
}
Gui::Action* CmdPartSectionCut::createAction(void)

View File

@@ -137,6 +137,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
<< "Part_Loft"
<< "Part_Sweep"
<< "Part_Section"
<< "Part_SectionCut"
<< "Part_CrossSections"
<< "Part_Offset"
<< "Part_Offset2D"