> 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.
>

[..]

Thanks Greg & Matt for your thorough explanation.  However,
go back to the compilable example and replace the line
  new Outer(475, 40, 20, 20, "Your Message Here");
with
  new Inner(475, 40, 20, 20, "Your Message Here");

The hypothesis that the label isn't redrawn because it's
outside the group border predicts no change in behavior, but
in fact the label is redrawn correctly.

Is there something I'm missing?


_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to