Small clean ups in NSView, NSTableView and the headers included in

AppKit.h


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@23257 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2006-08-11 20:04:53 +00:00
parent eeca64c21a
commit 89d317abb5
4 changed files with 59 additions and 55 deletions

View file

@ -1996,7 +1996,7 @@ static NSRect convert_rect_using_matrices(NSRect aRect, NSAffineTransform *matri
- (void) displayIfNeededInRect: (NSRect)aRect
{
if (_rFlags.needs_display == NO)
if (_rFlags.needs_display == YES)
{
if ([self isOpaque] == YES)
{