Fluid live mode: correct tooltip support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
f64d694799
commit
72da53c9c7
@ -2318,7 +2318,7 @@ void Fl_Widget_Type::copy_properties() {
|
||||
// copy all attributes common to all widget types
|
||||
Fl_Widget *w = live_widget;
|
||||
w->label(o->label());
|
||||
w->tooltip(o->tooltip());
|
||||
w->tooltip(tooltip());
|
||||
w->type(o->type());
|
||||
w->box(o->box());
|
||||
w->color(o->color());
|
||||
|
Loading…
Reference in New Issue
Block a user