Updated for change in cell ivars

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 02:46:14 +00:00
parent 984eea3b3a
commit fbfdb9f16d

View file

@ -443,7 +443,7 @@
- (void) dismissPopUp - (void) dismissPopUp
{ {
[[_menu window] orderOut: nil]; [_menu close];
} }
- (BOOL) trackMouse: (NSEvent *)theEvent - (BOOL) trackMouse: (NSEvent *)theEvent
@ -520,7 +520,7 @@
* Images are always drawn with their bottom-left corner at the origin * Images are always drawn with their bottom-left corner at the origin
* so we must adjust the position to take account of a flipped view. * so we must adjust the position to take account of a flipped view.
*/ */
if ([control_view isFlipped]) if ([view isFlipped])
position.y += size.height; position.y += size.height;
[aImage compositeToPoint: position operation: NSCompositeCopy]; [aImage compositeToPoint: position operation: NSCompositeCopy];