]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.h
The logic of the endParagraph() routine is wrong. We should first
[lyx.git] / src / rowpainter.h
index 6408fdc73fb33ac0b9dea21807af71f3686aa27b..7a43ef774f077b9b4b7dd6a5ec8386ba5459f985 100644 (file)
@@ -75,6 +75,12 @@ private:
        /// return the label font for this row
        FontInfo labelFont() const;
 
+       ///
+       void paintLabel();
+       ///
+       void paintTopLevelLabel();
+
+
        /// contains painting related information.
        PainterInfo & pi_;