summaryrefslogtreecommitdiff
path: root/src/Fl_Light_Button.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2006-10-03 23:08:49 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2006-10-03 23:08:49 +0000
commit3c03eb67a0467d9406a053716ceeb1de6e33ba41 (patch)
tree4415dc45313faa04cfa822c85cb9533fbdfbcf03 /src/Fl_Light_Button.cxx
parent7febae3f9e6f340f775eac5bee3e783fdd361aaa (diff)
More cleanup of GTK+ scheme - menu buttons now use the new look-n-feel,
and I also fixed the radio button offset for the plastic scheme. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5506 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Light_Button.cxx')
-rw-r--r--src/Fl_Light_Button.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx
index 1fc5e0636..0e37333e1 100644
--- a/src/Fl_Light_Button.cxx
+++ b/src/Fl_Light_Button.cxx
@@ -122,7 +122,7 @@ void Fl_Light_Button::draw() {
if (Fl::scheme() && !strcmp(Fl::scheme(), "gtk+")) {
fl_color(fl_color_average(FL_WHITE, FL_SELECTION_COLOR, 0.5));
fl_arc(x() + tdx, y() + tdy, tW + 1, tW + 1, 60.0, 180.0);
- } else fl_color(col);
+ }
}
break;
default :