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; };