On 07/23/12 05:44, Jayaram wrote: > Sorry i haven't yet posted the code yet. > > But i see that a redraw is being called on the widget.
Try calling redraw on the parent window, so instead of just
yourwidget->redraw();
try yourwidget->window()->redraw();
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

