mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 04:10:38 +00:00
[NSProgressIndicator +initialize]: retain the fillColour
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11779 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
32b460ee36
commit
13ed0a690a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ NSImage *images[maxCount];
|
|||
{
|
||||
[self setVersion: 1];
|
||||
// FIXME: Should come from defaults and should be reset when defaults change
|
||||
fillColour = [NSColor blueColor];
|
||||
fillColour = RETAIN([NSColor blueColor]);
|
||||
// FIXME: Load the images and set maxCount
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue