mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
attempt to fix dock badging
This commit is contained in:
parent
b0e8590da1
commit
f73bf96299
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@
|
|||
[stringShadow release];
|
||||
}
|
||||
|
||||
NSRect badgeRect;
|
||||
NSRect badgeRect = NSZeroRect;
|
||||
badgeRect.size = [badge size];
|
||||
badgeRect.origin.y = height;
|
||||
|
||||
|
|
Loading…
Reference in a new issue