Part: Move Part_SectionCut command to Part menu item list
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -137,6 +137,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
<< "Part_Loft"
|
||||
<< "Part_Sweep"
|
||||
<< "Part_Section"
|
||||
<< "Part_SectionCut"
|
||||
<< "Part_CrossSections"
|
||||
<< "Part_Offset"
|
||||
<< "Part_Offset2D"
|
||||
|
||||
Reference in New Issue
Block a user