X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FRowPainter.h;h=20febee82674c4dfaeadf4c9ccac85c30fb76785;hb=4300feb8595c8542050adedf664cd4bfda7ede12;hp=99f0c8c515be5463dd95e9c4a30a23400ede876d;hpb=57c3a94730ed587ac8261bd67532d2ae08c98ced;p=lyx.git diff --git a/src/RowPainter.h b/src/RowPainter.h index 99f0c8c515..20febee826 100644 --- a/src/RowPainter.h +++ b/src/RowPainter.h @@ -64,8 +64,8 @@ private: void paintAppendixStart(int y) const; void paintInset(Row::Element const & e) const; - /// return the label font for this row - FontInfo labelFont() const; + /// return the label font for this row (end label when \c end is true) + FontInfo labelFont(bool end) const; /// void paintLabel() const;