]> git.lyx.org Git - lyx.git/blobdiff - src/rowpainter.cpp
UserGuide: Remove bold from hyperref's bibitem and href.
[lyx.git] / src / rowpainter.cpp
index 0a902b7ef2544bf3b6cdf022fffb883fd748429b..5810fd66e5c4726ceea15c59fa20bf6094936b98 100644 (file)
@@ -54,6 +54,7 @@ namespace lyx {
 using frontend::Painter;
 using frontend::FontMetrics;
 
+
 RowPainter::RowPainter(PainterInfo & pi,
        Text const & text, pit_type pit, Row const & row, Bidi & bidi, int x, int y)
        : pi_(pi), text_(text),
@@ -693,6 +694,7 @@ void RowPainter::paintTopLevelLabel()
        pi_.pain.text(int(x), yo_ - maxdesc - labeladdon, str, font);
 }
 
+
 /** Check if the current paragraph is the last paragraph in a
     proof environment */
 static int getEndLabel(pit_type p, Text const & text)