]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphicsParams.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetGraphicsParams.h
index 5294a42ba3f5576e31c67fbe9b8daa1600643a7c..b6cea1fd9bae7f05c02bd6024a13c595c2f1ca82 100644 (file)
@@ -47,6 +47,8 @@ public:
        bool draft;
        /// what to do with zipped files
        bool noUnzip;
+       /// scale image before rotating
+       bool scaleBeforeRotation;
 
        /// The bounding box with "xLB yLB yRT yRT ", divided by a space!
        std::string bb;