From cda2f61ad080af30499a4fe46547465f10bcc1f7 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 1 Dec 2008 13:35:25 +0000 Subject: [PATCH] qt: fix DrawEdge colors git-svn-id: trunk@17644 - --- lcl/interfaces/qt/qtwinapi.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/interfaces/qt/qtwinapi.inc b/lcl/interfaces/qt/qtwinapi.inc index 4aab5d9042..9143ce55e8 100644 --- a/lcl/interfaces/qt/qtwinapi.inc +++ b/lcl/interfaces/qt/qtwinapi.inc @@ -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