]> Shamusworld >> Repos - architektonas/blobdiff - src/actions/actiondimlinear.h
Fixed problem with dimensions not showing up.
[architektonas] / src / actions / actiondimlinear.h
index 60113664c4defd1f917b714933ef95c98263fbb7..bc0ae783be36b90cd864d8f10c801848b023c3be 100644 (file)
@@ -34,7 +34,8 @@ class ActionDimLinear: public ActionDimension
                };
 
        public:
-               ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView, double angle = 0.0, bool fixedAngle = false);
+               ActionDimLinear(RS_EntityContainer & container, GraphicView & graphicView,
+                       double angle = 0.0, bool fixedAngle = false);
                ~ActionDimLinear();
 
                virtual RS2::ActionType rtti();
@@ -62,7 +63,6 @@ class ActionDimLinear: public ActionDimension
                 * Is the angle fixed?
                 */
                bool fixedAngle;
-
                /** Last status before entering text or angle. */
                Status lastStatus;
 };