mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
Handle flipped views
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3709 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3d0220da1f
commit
d0d0502814
5 changed files with 319 additions and 36 deletions
|
@ -256,7 +256,7 @@ NSImage *image = nil;
|
|||
[_browserText drawWithFrame:title_rect inView: controlView];
|
||||
|
||||
if (image) // Draw the image
|
||||
[self _displayImage:image inFrame:image_rect];
|
||||
[self _drawImage:image inFrame:image_rect];
|
||||
}
|
||||
|
||||
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue