Sketcher: Section Command enabling the clipping planes

This commit is contained in:
Abdullah Tahiri
2018-05-13 12:10:28 +02:00
committed by Yorik van Havre
parent cf55431980
commit dbfb81dc47
2 changed files with 38 additions and 0 deletions

View File

@@ -347,6 +347,7 @@ inline void Sketcher_addWorkbenchSketchActions(T& sketch){
<< "Sketcher_EditSketch"
<< "Sketcher_LeaveSketch"
<< "Sketcher_ViewSketch"
<< "Sketcher_ViewSection"
<< "Sketcher_MapSketch";
SketcherAddWorkspaceSketchExtra( sketch );
}