mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 17:20:38 +00:00
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:
parent
d0d4bc4847
commit
66f98c03eb
7 changed files with 167 additions and 117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue