summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2009-12-29 18:02:40 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2009-12-29 18:02:40 +0200
commitbdeb99dd80861e54f427a6511d82ad4d42940b3a (patch)
tree6861d62fbb6e6f2865ce3f01224c854132cd31f8
parent3ceb647939a5220f4700993815938d03718dbe27 (diff)
downloadfpGUI-bdeb99dd80861e54f427a6511d82ad4d42940b3a.tar.xz
MenuBar color is not consistent with Popup Menu seperator items.
-rw-r--r--src/gui/fpg_menu.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/fpg_menu.pas b/src/gui/fpg_menu.pas
index 22aae78c..8df570e3 100644
--- a/src/gui/fpg_menu.pas
+++ b/src/gui/fpg_menu.pas
@@ -513,7 +513,7 @@ begin
Canvas.SetColor(clShadow1);
Canvas.DrawLine(r.Left, r.Bottom-1, r.Right+1, r.Bottom-1); // bottom
// outer bottom line
- Canvas.SetColor(clHilite1);
+ Canvas.SetColor(clWhite);
Canvas.DrawLine(r.Left, r.Bottom, r.Right+1, r.Bottom); // bottom
for n := 0 to VisibleCount-1 do