From c9bfdc20fc111bb082bc024ab44d61eeb6bb77ca Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 16 Aug 2005 21:05:52 +0000 Subject: FLUID now correctly redraw FL__Tabs if one of their children changes color. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4517 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Widget_Type.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid') diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index f0b439166..820b4184a 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -985,6 +985,9 @@ void color_cb(Fl_Button* i, void *v) { if (o->selected && o->is_widget()) { Fl_Widget_Type* q = (Fl_Widget_Type*)o; q->o->color(c); q->o->redraw(); + if (q->parent && q->parent->type_name() == tabs_type_name) { + if (q->o->parent()) q->o->parent()->redraw(); + } mod = 1; } } -- cgit v1.2.3