Fix one deprecation warning
This commit is contained in:
parent
2a52dd831a
commit
41d11bdfa8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ static NSString *getBadgeName(NSString *baseName, BOOL colorfulIcons)
|
|||
|
||||
[badgeImage drawInRect:NSMakeRect(0, 0, 128, 128)
|
||||
fromRect:NSMakeRect(0, 0, badgeSize.width, badgeSize.height)
|
||||
operation:NSCompositeSourceOver fraction:1.0];
|
||||
operation:NSCompositingOperationSourceOver fraction:1.0];
|
||||
|
||||
[newDockImage unlockFocus];
|
||||
[NSApp setApplicationIconImage:newDockImage];
|
||||
|
|
Loading…
Reference in a new issue