]> Shamusworld >> Repos - architektonas/blobdiff - src/dimension.h
Added more visual feedback to Dimension type changing buttons.
[architektonas] / src / dimension.h
index dfbfd1d95dc3fa978cf0781bfe4c4ccc8faa34f8..fbc2896a21735573983e69d477ae98d06f716e4d 100644 (file)
@@ -50,7 +50,9 @@ class Dimension: public Object
                bool hitPoint2;
                bool hitLine;
                bool hitFlipSwitch;
-               bool oldHitPoint1, oldHitPoint2, oldHitLine, oldHitFlipSwitch;
+               bool hitChangeSwitch1;
+               bool hitChangeSwitch2;
+               bool oldHitPoint1, oldHitPoint2, oldHitLine, oldHitFlipSwitch, oldHitChangeSwitch1, oldHitChangeSwitch2;
        public:
                double size;                                            // Size of arrows/text in base units
 };