STR #2002: Fl_Chart::clear would not clear all members.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6602 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher 2008-12-26 22:57:15 +00:00
parent 4a56fbc4c8
commit 376ad500f5

View File

@ -318,6 +318,7 @@ Fl_Chart::~Fl_Chart() {
*/
void Fl_Chart::clear() {
numb = 0;
min = max = 0;
redraw();
}