]> git.lyx.org Git - features.git/commit
Introduce color_selectionmath
authorJuergen Spitzmueller <spitz@lyx.org>
Wed, 4 Oct 2023 11:10:07 +0000 (13:10 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Wed, 4 Oct 2023 11:10:07 +0000 (13:10 +0200)
commit5cb53606b61cf5fc5953d0889797feed5734d58b
tree0e59262372c8a749d79c359203dfd6920c2faf1e
parent65cb9fa4df563becbb69e4e95715dd121b64aca3
Introduce color_selectionmath

To have a distinctive color for selected math which works in both modes

Also, link color_selectionmath with QPalette::HighlightedText, so we
won't need to special-case on lyxrc.use_system_colors any longer
src/Color.cpp
src/ColorCode.h
src/frontends/qt/ColorCache.cpp
src/mathed/InsetMathHull.cpp
src/mathed/MathRow.cpp