mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 15:19:35 +02:00
Qt: use COLOR_GRAYTEXT from QPaletteDisabled. fixes #16994
git-svn-id: trunk@26759 -
This commit is contained in:
parent
9a78c04db3
commit
add468dac9
@ -2980,7 +2980,7 @@ begin
|
||||
COLOR_HIGHLIGHTTEXT : Result:=GetColor(QPaletteActive, QPaletteHighlightedText);
|
||||
COLOR_BTNFACE : Result:=GetColor(QPaletteActive, QPaletteButton);
|
||||
COLOR_BTNSHADOW : Result:=GetColor(QPaletteActive, QPaletteDark);
|
||||
COLOR_GRAYTEXT : Result:=GetColor(QPaletteActive, QPaletteText);
|
||||
COLOR_GRAYTEXT : Result:=GetColor(QPaletteDisabled, QPaletteText);
|
||||
COLOR_BTNTEXT : Result:=GetColor(QPaletteActive, QPaletteButtonText);
|
||||
COLOR_BTNHIGHLIGHT : Result:=GetColor(QPaletteActive, QPaletteLight);
|
||||
COLOR_3DDKSHADOW : Result:=GetColor(QPaletteActive, QPaletteShadow);
|
||||
|
Loading…
Reference in New Issue
Block a user