aboutsummaryrefslogtreecommitdiff
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 35046218..960571a1 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 = 17; // {17,26,51}
+ light_color = fl_lighter(norm_color);
}
int CustButton::handle(int e)