gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSView patch


From: Matt Rice
Subject: NSView patch
Date: Sun, 22 Feb 2009 08:29:56 -0800

this just makes debugging a bit easier if you guys want it...

bug #25658 appears to be a bug in the NSView display stuff,
because some random subset of a views subviews which don't need display
are getting drawRect: called multiple times through _handleAutodisplay
even though they needs_display = NO;
with overlapping subviews this causes views which are below other
views to be drawn above views which are above them.
and its kind of a pain to debug when this flag is being set all over the place.
matt

Attachment: foo.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]