Hello, I have a MyWidget class wich is a subclass of Fl_Scroll in which i overloaded the draw() method.
almost everything works fine... except that the drawing done through fl_begin_line() ... are not redrawn correctly when I use the scrollbars... The former drawing is not erased and overlap with the new one. Everithing is drawn correctly if a redraw() occurs... Is there a way to correct this behaviour ? (using push_clip or something like that ?) Regards, Mathieu PS : the software i'm working on can be found at http://sourceforge.net/projects/carnaval/ it's a digital terrain horizon blocking and sun trajectory computer... (should be used later to optimize solar panel orientation... or to predict the effective received power) -- http://sourceforge.net/projects/Carnaval/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

