Hello all, I am using one Fl_Chart to show several graphs. I have a button for each graph. When the button is selected, it calls clear() on the Fl_Chart before populating it with the data.
The problem I am seeing is that the Fl_Chart does not reset/clear its bounds. I have the Fl_Chart determine the bounds automagically using autosize(true). Should Fl_Chart::clear() not only clear the values but also the automatic bounds as well? If this is a bug, then I'm willing to write a patch and submit it as a bug report. Thanks, -- Alvin _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

