Sketcher: SelectElementsAssociatedWithConstraints added to tools toolbar

========================================================================

By express request:
http://forum.freecadweb.org/viewtopic.php?f=10&t=11840&start=40#p97202
This commit is contained in:
Abdullah Tahiri 2015-08-12 14:19:38 +02:00 committed by wmayer
parent 927fca0ece
commit 35b1b5bb04

View File

@ -257,6 +257,7 @@ inline void SketcherAddWorkbenchTools<Gui::ToolBarItem>(Gui::ToolBarItem& consac
consaccel << "Sketcher_CloseShape"
<< "Sketcher_ConnectLines"
<< "Sketcher_SelectConstraints"
<< "Sketcher_SelectElementsAssociatedWithConstraints"
<< "Sketcher_RestoreInternalAlignmentGeometry"
<< "Sketcher_Symmetry"
<< "Sketcher_CompCopy"