summaryrefslogtreecommitdiff
path: root/src/tipwin.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/tipwin.cc')
-rw-r--r--src/tipwin.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tipwin.cc b/src/tipwin.cc
index 960571a1..b3d18f27 100644
--- a/src/tipwin.cc
+++ b/src/tipwin.cc
@@ -174,7 +174,7 @@ CustButton::CustButton(int x, int y, int w, int h, const char *l) :
TipWinButton(x,y,w,h,l)
{
norm_color = color();
- light_color = fl_lighter(norm_color);
+ light_color = prefs.ui_button_highlight_color;
}
int CustButton::handle(int e)