From 75fd0dbc73acb862315dad62eb6550d9b9d90053 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sun, 19 Mar 2023 08:12:30 +0100 Subject: [PATCH] Remov warning -squash group by meaningful groups --- src/Mod/Sketcher/Gui/SnapManager.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Mod/Sketcher/Gui/SnapManager.h b/src/Mod/Sketcher/Gui/SnapManager.h index f7c0c14f94..7c0255fba8 100644 --- a/src/Mod/Sketcher/Gui/SnapManager.h +++ b/src/Mod/Sketcher/Gui/SnapManager.h @@ -104,16 +104,17 @@ public: private: /// Reference to ViewProviderSketch in order to access the public and the Attorney Interface ViewProviderSketch & viewProvider; + bool angleSnapEnabled; + bool snapRequested; + bool snapToObjectsRequested; + bool snapToGridRequested; + Base::Vector2d referencePoint; double lastMouseAngle; double snapAngle; - bool snapRequested; - bool snapToObjectsRequested; - bool snapToGridRequested; - /// Observer to track all the needed parameters. std::unique_ptr pObserver; };