Sketcher Toolbar: Removing DoF finder from the toolbar, as it can be accessed from the solver messages now

- Renaming of command
This commit is contained in:
Abdullah Tahiri
2018-03-04 16:42:06 +01:00
committed by wmayer
parent ab5a22883d
commit 7410647c22

View File

@@ -265,7 +265,7 @@ inline void SketcherAddWorkbenchTools(T& consaccel);
template <>
inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel){
consaccel << "Sketcher_SelectFullyConstraintElements"
consaccel << "Sketcher_SelectElementsWithDoFs"
<< "Sketcher_CloseShape"
<< "Sketcher_ConnectLines"
<< "Sketcher_SelectConstraints"
@@ -284,8 +284,7 @@ inline void SketcherAddWorkbenchTools<Gui::MenuItem>(Gui::MenuItem& consaccel){
}
template <>
inline void SketcherAddWorkbenchTools<Gui::ToolBarItem>(Gui::ToolBarItem& consaccel){
consaccel << "Sketcher_SelectFullyConstraintElements"
<< "Sketcher_CloseShape"
consaccel << "Sketcher_CloseShape"
<< "Sketcher_ConnectLines"
<< "Sketcher_SelectConstraints"
<< "Sketcher_SelectElementsAssociatedWithConstraints"