]> git.lyx.org Git - lyx.git/blobdiff - src/metricsinfo.h
Two fixes involving RtL text drawing
[lyx.git] / src / metricsinfo.h
index d3ff26ad3bb66e9329420cd7f5626116910507e3..ad9b33f677d4e7ee6bbf0668da8207e19a89230e 100644 (file)
@@ -92,6 +92,8 @@ public:
        Painter & pain;
        /// Whether the text at this point is right-to-left (for InsetNewline)
        bool ltr_pos;
+       /// Whether the parent is deleted (change tracking)
+       bool erased_;
 };
 
 class TextMetricsInfo {};