Corrected and cleaned up focus ring drawing for cell classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24924 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-03-22 17:47:56 +00:00
parent a71c8a1b9a
commit 77332bb584
6 changed files with 40 additions and 18 deletions

View file

@ -323,9 +323,6 @@ static NSFont *_leafFont;
// Draw the body of the cell
[self _drawAttributedText: [self attributedStringValue]
inFrame: title_rect];
if (_cell.shows_first_responder == YES)
NSDottedFrameRect(cellFrame);
}
- (BOOL) isOpaque