mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 18:21:08 +00:00
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:
parent
984eea3b3a
commit
fbfdb9f16d
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue