• Zhiyi Zhang's avatar
    light.msstyles: Use #fefefe instead of #ffffff for scrollbar parts. · 730b6c01
    Zhiyi Zhang authored
    Fix Imperium: Greek Wars (1183470) launcher scrollbar largely drawn as transparent.
    
    The application sets a hardcoded #ffffff as the color key for transparency. On Windows, the
    scrollbar parts only have very few #ffffff pixels so the scrollbar is drawn as basically opaque.
    If a theme that have many 0xffffff pixels is being used, then the bug reproduces as well on Windows.
    I don't want to change the light theme style for this. So let's work around this by using #fefefe
    instead of #ffffff. This have little difference visually.
    
    Based on investigation done by Santino Mazza.
    730b6c01
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
buffer.c Loading commit data...
dialog.c Loading commit data...
draw.c Loading commit data...
main.c Loading commit data...
metric.c Loading commit data...
msstyles.c Loading commit data...
msstyles.h Loading commit data...
property.c Loading commit data...
scrollbar.c Loading commit data...
stylemap.c Loading commit data...
system.c Loading commit data...
uxini.c Loading commit data...
uxtheme.manifest Loading commit data...
uxtheme.spec Loading commit data...
uxthemedll.h Loading commit data...
version.rc Loading commit data...
window.c Loading commit data...