diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Tree_Item.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl_Tree_Item.cxx b/src/Fl_Tree_Item.cxx index 79ab11ad4..5b8d8c471 100644 --- a/src/Fl_Tree_Item.cxx +++ b/src/Fl_Tree_Item.cxx @@ -8,6 +8,7 @@ #include <FL/Fl_Widget.H> #include <FL/Fl_Tree_Item.H> #include <FL/Fl_Tree_Prefs.H> +#include <FL/Fl_Tree.H> ////////////////////// // Fl_Tree_Item.cxx @@ -741,6 +742,7 @@ void Fl_Tree_Item::draw(int X, int &Y, int W, Fl_Widget *tree, // Draw child FLTK widget? if ( widget() && widget()->damage() ) { widget()->draw(); + ((Fl_Tree*)tree)->draw_outside_label(*widget()); } // Draw focus box around item's bg last if ( this == itemfocus && |
