]> Shamusworld >> Repos - architektonas/blobdiff - src/drawingview.h
Added ability to drag objects to Line endpoints.
[architektonas] / src / drawingview.h
index 1af3a7776506a98fe1de0fbeec85a699ab90e88b..8e7357ef841ca6e0ebeed8ed2419bf2befaae26f 100644 (file)
@@ -87,6 +87,8 @@ class DrawingView: public QWidget
                std::vector<Object> toolScratch;
                Point toolPoint[32];
                Point intersectionPoint;
+               Point hoverPoint;
+               bool hoverPointValid;
                bool hoveringIntersection;
                Object * dragged;
                bool draggingObject;