summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/corelib/fpgfx.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/fpgfx.pas b/src/corelib/fpgfx.pas
index d7e144c4..f4cdb998 100644
--- a/src/corelib/fpgfx.pas
+++ b/src/corelib/fpgfx.pas
@@ -1489,12 +1489,12 @@ begin
if (btnIsPressed in AFlags) then
begin
if (btnIsEmbedded in AFlags) then
- ACanvas.SetColor(clHilite1)
+ ACanvas.SetColor(clHilite2)
else
ACanvas.SetColor(clShadow2);
end
else
- ACanvas.SetColor(clHilite1);
+ ACanvas.SetColor(clHilite2);
ACanvas.DrawLine(r.Left, r.Bottom, r.Left, r.Top); // left
ACanvas.DrawLine(r.Left, r.Top, r.Right, r.Top); // top