From 3b8e4b9e9cae4330aefbbd725cd4b138027e8bb4 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 7 Dec 2012 16:29:49 +0000 Subject: Removed unnecessary drawing calls (STR #2898) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9738 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Light_Button.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl_Light_Button.cxx') diff --git a/src/Fl_Light_Button.cxx b/src/Fl_Light_Button.cxx index b2a6cee09..b2327d96a 100644 --- a/src/Fl_Light_Button.cxx +++ b/src/Fl_Light_Button.cxx @@ -81,7 +81,6 @@ void Fl_Light_Button::draw() { fl_color(FL_SELECTION_COLOR); tW --; fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); - fl_arc(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); fl_color(fl_color_average(FL_WHITE, FL_SELECTION_COLOR, 0.2f)); } else fl_color(col); -- cgit v1.2.3