mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
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:
@@ -501,6 +501,7 @@ void Fl_Browser::clear() {
|
|||||||
}
|
}
|
||||||
full_height_ = 0;
|
full_height_ = 0;
|
||||||
first = 0;
|
first = 0;
|
||||||
|
last = 0;
|
||||||
lines = 0;
|
lines = 0;
|
||||||
new_list();
|
new_list();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user