]> git.lyx.org Git - lyx.git/commit
Set endlabel color correctly when there is a selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 16 Jan 2018 13:04:05 +0000 (14:04 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 16 Jan 2018 13:10:30 +0000 (14:10 +0100)
commit76a8ca27a765984b0c92978533fefb00d3fac528
treea99b090de6ba04b4d6f056decd5dacb057a31e5d
parent5f93099b8843ab8f0274d268cdd415ffb7192420
Set endlabel color correctly when there is a selection

Current code would change the color of static endlabel when the
_start_ of line is selected. This is only used with hollywood and
broadway layouts, though.

Change the box endlabel painting code to use Color_selectiontext as needed.

Follow-up to bug #10972.
src/RowPainter.cpp
src/RowPainter.h