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:
richard 1999-02-15 12:50:49 +00:00
parent 3d0220da1f
commit d0d0502814
5 changed files with 319 additions and 36 deletions

View file

@ -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