diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 19:26:46 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1999-01-19 19:26:46 +0000 |
| commit | eb6835a862b50543c4669330763ad4a741cd9e46 (patch) | |
| tree | dfad16c80ca438d2838e0b02d20f3f0faa95a638 /src/Fl_Return_Button.cxx | |
| parent | d592f1c4aaeb649e96d62c969fd02f179ba8f528 (diff) | |
Fixed drawing of return button.
git-svn-id: file:///fltk/svn/fltk/trunk@235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Return_Button.cxx')
| -rw-r--r-- | src/Fl_Return_Button.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Return_Button.cxx b/src/Fl_Return_Button.cxx index 519d05293..df5b00f71 100644 --- a/src/Fl_Return_Button.cxx +++ b/src/Fl_Return_Button.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Return_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $" +// "$Id: Fl_Return_Button.cxx,v 1.5 1999/01/19 19:26:46 mike Exp $" // // Return button widget for the Fast Light Tool Kit (FLTK). // @@ -39,7 +39,7 @@ int fl_return_arrow(int x, int y, int w, int h) { fl_yxline(x1, y0+d, y0+t, x1+d+2*t, y0-d); fl_yxline(x1, y0-t, y0-d); fl_color(fl_gray_ramp(0)); - fl_line(x0, y0, x1+1, y0-d-1); + fl_line(x0, y0, x1, y0-d); fl_color(FL_DARK3); fl_xyline(x1+1, y0-t, x1+d, y0-d, x1+d+2*t); return 1; @@ -65,5 +65,5 @@ int Fl_Return_Button::handle(int event) { } // -// End of "$Id: Fl_Return_Button.cxx,v 1.4 1999/01/07 19:17:25 mike Exp $". +// End of "$Id: Fl_Return_Button.cxx,v 1.5 1999/01/19 19:26:46 mike Exp $". // |
