DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1950 Version: 1.1.9 Hmm, I'm not all that keen on the idea of adding an idle function within the draw method, but there doesn't seem to be any good reason why it should not work correctly. I guess we need to look at this proposed fix - looks fair enough to me so far. Also, Fl::set_idle() is deprecated, so we should look at excising it from the examples. Indeed, the way it has been used in the mandelbrot demo is particularly "dangerous", in that if someone were to copy that usage, it would break any other idle functions they might have added using Fl::add_idle() elsewhere. Link: http://www.fltk.org/str.php?L1950 Version: 1.1.9 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
