diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-16 12:37:03 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-16 12:37:03 +0000 |
| commit | 10df511f733bc1cdb4a701ea735eb98e22ffbc27 (patch) | |
| tree | 4669eaa94cbf6023f9a98024e73403eb14517a52 /src/fl_boxtype.cxx | |
| parent | 59842c6181adce9160c79fc99bdc44646593c8e6 (diff) | |
Better UNFOCUS redraw() fix for Fl_Button.
Adjust plastic boxtype borders.
Update dependencies.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_boxtype.cxx')
| -rw-r--r-- | src/fl_boxtype.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fl_boxtype.cxx b/src/fl_boxtype.cxx index 4aa8f9377..f1e862c0e 100644 --- a/src/fl_boxtype.cxx +++ b/src/fl_boxtype.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_boxtype.cxx,v 1.8.2.4.2.5 2001/12/14 16:48:13 easysw Exp $" +// "$Id: fl_boxtype.cxx,v 1.8.2.4.2.6 2001/12/16 12:37:02 easysw Exp $" // // Box drawing code for the Fast Light Tool Kit (FLTK). // @@ -222,10 +222,10 @@ static struct { {fl_border_box, 1,1,2,2,0}, // _FL_OVAL_SHADOW_BOX, {fl_border_frame, 1,1,2,2,0}, // _FL_OVAL_FRAME {fl_rectf, 0,0,0,0,0}, // _FL_OVAL_FLAT_BOX, - {fl_up_box, 4,4,7,6,0}, // _FL_PLASTIC_UP_BOX, - {fl_down_box, 4,4,7,6,0}, // _FL_PLASTIC_DOWN_BOX, - {fl_up_frame, 4,4,7,6,0}, // _FL_PLASTIC_UP_FRAME, - {fl_down_frame, 4,4,7,6,0}, // _FL_PLASTIC_DOWN_FRAME, + {fl_up_box, 4,4,8,8,0}, // _FL_PLASTIC_UP_BOX, + {fl_down_box, 4,4,8,8,0}, // _FL_PLASTIC_DOWN_BOX, + {fl_up_frame, 2,2,4,4,0}, // _FL_PLASTIC_UP_FRAME, + {fl_down_frame, 2,2,4,4,0}, // _FL_PLASTIC_DOWN_FRAME, {fl_up_box, 3,3,6,6,0}, // FL_FREE_BOX+0 {fl_down_box, 3,3,6,6,0}, // FL_FREE_BOX+1 {fl_up_box, 3,3,6,6,0}, // FL_FREE_BOX+2 @@ -291,5 +291,5 @@ const { } // -// End of "$Id: fl_boxtype.cxx,v 1.8.2.4.2.5 2001/12/14 16:48:13 easysw Exp $". +// End of "$Id: fl_boxtype.cxx,v 1.8.2.4.2.6 2001/12/16 12:37:02 easysw Exp $". // |
