]> Shamusworld >> Repos - architektonas/blobdiff - src/drawingview.h
Initial stab at getting Circle to respond to selection rectangle.
[architektonas] / src / drawingview.h
index eaf8826f564e4d6ab747ed78bd61bb6044de6c8a..cd76d1e9aba034be6e7e93ce335280bc42e48530 100644 (file)
@@ -54,8 +54,8 @@ class DrawingView: public QWidget
                bool addLineTool;
                bool addCircleTool;
                bool addDimensionTool;
-               bool selectionInProgress;
-               QRectF selection;
+//             bool selectionInProgress;
+//             QRectF selection;
 
        public:
                Action * toolAction;