]> git.lyx.org Git - lyx.git/blobdiff - src/RowPainter.h
Only add inset postion to cache in paintInset
[lyx.git] / src / RowPainter.h
index 6d5a8c67696b7884f4cde80d193bb9f7b959ce88..cb70f5d8a9b478d46df7578155a89fd8462224b7 100644 (file)
@@ -64,8 +64,7 @@ private:
        void paintMisspelledMark(double orig_x, Row::Element const & e) const;
        void paintChange(double orig_x , Font const & font, Change const & change) const;
        void paintAppendixStart(int y) const;
-       void paintInset(Inset const * inset, Font const & font,
-                    Change const & change, pos_type const pos);
+       void paintInset(Row::Element const & e);
 
        /// return the label font for this row
        FontInfo labelFont() const;
@@ -103,7 +102,6 @@ private:
        int solid_line_thickness_;
        int solid_line_offset_;
        int dotted_line_thickness_;
-       int dotted_line_offset_;
 };
 
 } // namespace lyx