> 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?
Is this maybe a parent-redrawing-child thing? By which I mean, if the label is part of "Outer" it does not get redrawn because it is outside the area that Outer thinks it has to deal with damage for. But if/when Outer gets damaged, it tells its children to redraw fully (?does it?) - and so if the label is part of Inner, then it gets redrawn because Inner gets told to redraw. Maybe something like that? -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

