From 5c2da33b1fb100cff64151185beab8244dfd33b3 Mon Sep 17 00:00:00 2001 From: Max Wilfinger Date: Wed, 27 Dec 2023 17:27:54 +0100 Subject: [PATCH] always show auto HorVer tool command in the toolbar when the tool is present (concise toolbar oprion) --- src/Mod/Sketcher/Gui/CommandConstraints.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index 7d0fc61245..b04b9912ad 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -2610,6 +2610,7 @@ public: eType = ForEdit; setCheckable(false); + setRememberLast(false); addCommand("Sketcher_ConstrainHorVer"); addCommand("Sketcher_ConstrainHorizontal");