View display an tiff improvements

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6463 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2000-04-13 19:23:16 +00:00
parent d0d4bc4847
commit 66f98c03eb
7 changed files with 167 additions and 117 deletions

View file

@ -1263,7 +1263,7 @@ static NSMapTable* windowmaps = NULL;
NSRect r = frame;
r.origin = aPoint;
[self setFrame: r display: YES];
[self setFrame: r display: NO];
}
- (void) setFrameTopLeftPoint: (NSPoint)aPoint
@ -1272,7 +1272,7 @@ static NSMapTable* windowmaps = NULL;
r.origin = aPoint;
r.origin.y -= frame.size.height;
[self setFrame: r display: YES];
[self setFrame: r display: NO];
}
- (void) setMinSize: (NSSize)aSize
@ -3312,6 +3312,8 @@ resetCursorRectsForView(NSView *theView)
_f.accepts_mouse_moved = NO;
_f.has_opened = NO;
_f.has_closed = NO;
_rFlags.needs_display = YES;
}
@end