]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
fix reading the author field.
[lyx.git] / src / metricsinfo.h
index dc3bef45e2eeaef2db63bbc27b008a2784ff2128..2e401c3eb7c3cb172b9d2433249162c4110056f5 100644 (file)
@@ -84,6 +84,8 @@ struct PainterInfo {
        MetricsBase base;
        ///
        Painter & pain;
+       /// Whether the text at this point is right-to-left (for InsetNewline)
+       bool ltr_pos;
 };