]> git.lyx.org Git - lyx.git/commit
Remove alpha component of system colors
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 22 Jul 2024 18:36:20 +0000 (20:36 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 22 Jul 2024 18:36:20 +0000 (20:36 +0200)
commit095bb18331f8eb4653691a64520d89d4a2d60fc4
tree0df6fe38588182fbd69b4c104813a4a1cadd019d
parent8664e2fa4d9808a92fd1875eb1be70200a784869
Remove alpha component of system colors

When using system colors it may happen (on windows 11 in particular)
that the background color is actually translucid. This is not
something we are prepared to handle and it creates ghosts on screen.

The fix is easy: the alpha channel of the colors is set to 255.

Fixes bug #13084.
src/frontends/qt/ColorCache.cpp