STR #2114: Fl_Browser::clear() did not clear 'last'

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6601 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2008-12-26 22:35:39 +00:00
parent fad309329b
commit 4a56fbc4c8

View File

@ -501,6 +501,7 @@ void Fl_Browser::clear() {
}
full_height_ = 0;
first = 0;
last = 0;
lines = 0;
new_list();
}