Fix comment typo

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9215 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2011-12-25 00:36:11 +00:00
parent 7788e3d699
commit a0be94eebe

View File

@ -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.