]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTransforms.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / ExternalTransforms.h
index a43b45b312d5a569c68f025af8b53fef459524b3..c4213bd7de8bdd0b9347e14fa189c8dd51ed8640 100644 (file)
@@ -36,7 +36,9 @@ class ClipData {
 public:
        ClipData() : clip(false) {}
 
+       /// The bounding box
        graphics::BoundingBox bbox;
+       /// clip image
        bool clip;
 };