mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-07 10:38:17 +02:00
qt: fix DrawEdge colors
git-svn-id: trunk@17644 -
This commit is contained in:
parent
aa6a1cb30d
commit
cda2f61ad0
@ -1043,8 +1043,8 @@ begin
|
||||
Dec(ClientRect.Bottom, 1);
|
||||
QPainter_save(QtDC.Widget);
|
||||
try
|
||||
ColorDark := ColorToRGB(clBtnShadow);
|
||||
ColorLight := ColorToRGB(clBtnHighlight);
|
||||
ColorDark := ColorToRGB(cl3DDkShadow);
|
||||
ColorLight := ColorToRGB(cl3DLight);
|
||||
if grfFlags and BF_FLAT <> 0 then
|
||||
ColorLight := clSilver;
|
||||
if grfFlags and BF_MONO <> 0 then
|
||||
|
Loading…
Reference in New Issue
Block a user