Added Std_Edit FreeCAD command

That command (located in the Edit menu) toggles (enters or leaves)
the Edit mode of a selected object.
This commit is contained in:
Yorik van Havre
2012-02-13 20:11:14 -02:00
parent edb20f1876
commit b0ec0931cb
4 changed files with 194 additions and 1 deletions

View File

@@ -440,7 +440,7 @@ MenuItem* StdWorkbench::setupMenuBar() const
*edit << "Std_Undo" << "Std_Redo" << "Separator" << "Std_Cut" << "Std_Copy"
<< "Std_Paste" << "Std_DuplicateSelection" << "Separator"
<< "Std_Refresh" << "Std_SelectAll" << "Std_Delete" << "Std_Placement"
<< "Separator" << "Std_DlgPreferences";
<< "Std_Edit" << "Separator" << "Std_DlgPreferences";
// Standard views
MenuItem* stdviews = new MenuItem;