mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
Add gradient methods on graphics context.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7d7e198088
commit
47823bc12b
5 changed files with 59 additions and 6 deletions
|
@ -1218,7 +1218,7 @@ systemColorWithName(NSString *name)
|
|||
// FIXME
|
||||
NSString *colorSpaceName;
|
||||
|
||||
if ([space isEqualTo: [self colorSpace]])
|
||||
if (space == [self colorSpace])
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue