mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:57:39 +00:00
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:
parent
3bfc5beceb
commit
17ef668924
7 changed files with 90 additions and 27 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue