]> git.lyx.org Git - features.git/blobdiff - src/insets/insetgraphicsParams.h
Baruch's graphics patch + some small tweaks to the buttoncontroller stuff
[features.git] / src / insets / insetgraphicsParams.h
index c774df827f3b12321fd93984b9ef24afd8b02b5d..5eb3415ffce0e11f14249a7e21a16789bb113c3a 100644 (file)
@@ -44,9 +44,6 @@ struct InsetGraphicsParams
        /// How to display the image
        DisplayType display;
 
-       /// Is the figure inlined? (not in a paragraph of its own).
-       bool inlineFigure;
-
        /// Do we have a subcaption?
        bool subcaption;
 
@@ -97,7 +94,7 @@ struct InsetGraphicsParams
        /// Origin point of rotation
        Origin rotateOrigin;
        /// Rotation angle.
-       int rotateAngle;
+       float rotateAngle;
        ///
        InsetGraphicsParams();
        ///