On Wed, Oct 2, 2013 at 5:51 PM, Lundberg, Johannes <[email protected]> wrote: > Thanks all for your replies. > > Matt is correct. A quick test with this code after subviews has gotten new > values (calculated with some analytic formula) > > for each subview > { > subview.frame = NSMakeRect((int)subview.frame.origin.x, > (int)subview.frame.origin.y, (int)subview.frame.size.width, > (int)subview.frame.size.height); > } > > fixes the problem.
Unfortunate because this problem is likely unapparent for non-overlapping views, causing unnecessary redraws. _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
