diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-07-19 12:27:35 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-07-19 12:27:35 +0000 |
| commit | 72da53c9c770dd4f526eb9ab5d9bed0c4b04633f (patch) | |
| tree | a8fd38565077b32bf6c15f87e29d4791e1c51865 /fluid | |
| parent | f64d694799dce27c44858d2b2c7d80b203d83ed3 (diff) | |
Fluid live mode: correct tooltip support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -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()); |
