From 72da53c9c770dd4f526eb9ab5d9bed0c4b04633f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 19 Jul 2005 12:27:35 +0000 Subject: Fluid live mode: correct tooltip support. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4434 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Fl_Widget_Type.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- cgit v1.2.3