Sketcher: New tool bar icon under the copy command to move

This commit is contained in:
Abdullah Tahiri
2018-05-28 22:47:31 +02:00
committed by wmayer
parent 7c586b6c1a
commit 39e82c79f6
2 changed files with 161 additions and 64 deletions

View File

@@ -279,6 +279,7 @@ inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel){
<< "Sketcher_Symmetry"
<< "Sketcher_Clone"
<< "Sketcher_Copy"
<< "Sketcher_Move"
<< "Sketcher_RectangularArray"
<< "Sketcher_DeleteAllGeometry";
}