Move corner view drawing into GSTheme.

Add new 10.3 methods for NSTableHeaderCell.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28985 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2009-11-09 14:53:59 +00:00
parent 3bfc5beceb
commit 17ef668924
7 changed files with 90 additions and 27 deletions

View file

@ -202,13 +202,13 @@
inView: (NSView*)controlView
{
if (_textfieldcell_draws_background)
{
{
if ([self isEnabled])
{
{
[_background_color set];
}
else
{
{
[[NSColor controlBackgroundColor] set];
}
NSRectFill([self drawingRectForBounds: cellFrame]);