On Oct 2, 2007, at 2:00 AM, Greg Ercolano wrote: > Jim Wilson wrote: >> [... compilable code snipped ...] >> >> Looks like a bug to me. > > Hmm, no, I'm fairly certain it's not a bug in fltk. > > Inner's label isn't redrawing when the dialog is dismissed > because the dialog isn't obscuring the xywh of Inner or Outer. >
Greg is correct. The outside label of any widget must be completely inside then parent group to be redrawn correctly. Matthias _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

