From 3c03eb67a0467d9406a053716ceeb1de6e33ba41 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 3 Oct 2006 23:08:49 +0000 Subject: 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 --- src/Fl_Light_Button.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Light_Button.cxx') 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 : -- cgit v1.2.3