diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-23 03:40:51 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-23 03:40:51 +0000 |
| commit | 6be2be6d436eaae5579c8816d0c0d4cab0c2c7b5 (patch) | |
| tree | 5a1060a8c4fce44a49065638a6acab2e8f286bb5 /src/Fl_Tabs.cxx | |
| parent | c868f3d88640b9d3edd2026bf879e70e34829893 (diff) | |
Demo updates (so they all will use the default scheme)
Added show(argc, argv) method to Fl_Help_Dialog.
Don't clear tab area in Fl_Tabs...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1896 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Tabs.cxx')
| -rw-r--r-- | src/Fl_Tabs.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx index 71861fc0c..546988d10 100644 --- a/src/Fl_Tabs.cxx +++ b/src/Fl_Tabs.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.5 2001/12/16 16:41:48 easysw Exp $" +// "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.6 2001/12/23 03:40:51 easysw Exp $" // // Tab widget for the Fast Light Tool Kit (FLTK). // @@ -220,8 +220,6 @@ void Fl_Tabs::draw() { int H = tab_height(); if (damage() & FL_DAMAGE_ALL) { // redraw the entire thing: - fl_color(color()); - fl_rectf(x(), y()+(H>=0?0:h()+H), w(), H>=0?H:-H); draw_box(box(), x(), y()+(H>=0?H:0), w(), h()-(H>=0?H:-H), v ? v->color() : color()); if (v) draw_child(*v); } else { // redraw the child @@ -291,5 +289,5 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) : } // -// End of "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.5 2001/12/16 16:41:48 easysw Exp $". +// End of "$Id: Fl_Tabs.cxx,v 1.6.2.10.2.6 2001/12/23 03:40:51 easysw Exp $". // |
