]> Shamusworld >> Repos - architektonas/blobdiff - src/base/rs_previewactioninterface.h
Fixed preview rendering for ActionDrawLine...
[architektonas] / src / base / rs_previewactioninterface.h
index 2b356dca48f766c37eb645860c3d551dd0232df5..a8f678042f962b0d71ca7adc73a4318a5776fb4d 100644 (file)
@@ -34,16 +34,16 @@ class RS_PreviewActionInterface: public RS_ActionInterface
 
        protected:
                /**
-               * Preview that holds the entities to be previewed.
-               */
+                * Preview that holds the entities to be previewed.
+                */
                RS_Preview * preview;
                /**
-               * Keeps track of the drawings in XOR mode.
-               */
+                * Keeps track of the drawings in XOR mode.
+                */
                bool visible;
                /**
-               * Current offset of the preview.
-               */
+                * Current offset of the preview.
+                */
                Vector offset;
 };