diff options
| -rw-r--r-- | fluid/Fl_Widget_Type.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.cxx b/fluid/Fl_Widget_Type.cxx index 43f371aa6..170b0fd1d 100644 --- a/fluid/Fl_Widget_Type.cxx +++ b/fluid/Fl_Widget_Type.cxx @@ -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()); |
