From fd2d0e26bc0acf2eafdd418ebdd613c878442c94 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Mon, 4 Jan 2021 11:25:23 +0100 Subject: [PATCH] Sketcher: Remove Internal Alignment constraint from toolbar =========================================================== This constraint command is basically never used by users and almost never by power users. If it is not removed is because it may be useful for debugging... and maybe we should think about removing the command althogether, as debugging can be done via Python console. --- src/Mod/Sketcher/Gui/Workbench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/Workbench.cpp b/src/Mod/Sketcher/Gui/Workbench.cpp index 2799a1ed8a..104784ee24 100644 --- a/src/Mod/Sketcher/Gui/Workbench.cpp +++ b/src/Mod/Sketcher/Gui/Workbench.cpp @@ -309,7 +309,7 @@ inline void SketcherAddWorkbenchConstraints(Gui::ToolBarItem& << "Sketcher_CompConstrainRadDia" << "Sketcher_ConstrainAngle" << "Sketcher_ConstrainSnellsLaw" - << "Sketcher_ConstrainInternalAlignment" + // << "Sketcher_ConstrainInternalAlignment" // This constrain is never used by the user - Do not use precious toolbar space << "Separator" << "Sketcher_ToggleDrivingConstraint" << "Sketcher_ToggleActiveConstraint";