diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2012-12-07 16:29:49 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2012-12-07 16:29:49 +0000 |
| commit | 3b8e4b9e9cae4330aefbbd725cd4b138027e8bb4 (patch) | |
| tree | 80ad2e00cfef62731981437f8f96042ac7aeb5de /src/Fl_Light_Button.cxx | |
| parent | 384532c5c29047699bff493c2fc0c12f90fdca8f (diff) | |
Removed unnecessary drawing calls (STR #2898)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9738 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Light_Button.cxx')
| -rw-r--r-- | src/Fl_Light_Button.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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); |
