mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
missed with the last commit
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
color4.alpha = 1.0f;
|
||||
color4.position = 1.0f;
|
||||
|
||||
CTGradient * newInstance = [[[self class] alloc] init];
|
||||
CTGradient * newInstance = [[CTGradient alloc] init];
|
||||
[newInstance addElement: &color1];
|
||||
[newInstance addElement: &color2];
|
||||
[newInstance addElement: &color3];
|
||||
|
||||
Reference in New Issue
Block a user