diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Tree.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Tree.cxx b/src/Fl_Tree.cxx index d70b5539f..75e379600 100644 --- a/src/Fl_Tree.cxx +++ b/src/Fl_Tree.cxx @@ -327,7 +327,7 @@ int Fl_Tree::handle(int e) { return(ret); } -/// Standard FLTK draw() method, handles draws the tree widget. +/// Standard FLTK draw() method, handles drawing the tree widget. void Fl_Tree::draw() { fix_scrollbar_order(); // Let group draw box+label but *NOT* children. |
