1
0
Fork 0
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:
Mitchell Livingston 2008-04-02 12:29:23 +00:00
parent b0e8590da1
commit f73bf96299

View file

@ -111,7 +111,7 @@
[stringShadow release];
}
NSRect badgeRect;
NSRect badgeRect = NSZeroRect;
badgeRect.size = [badge size];
badgeRect.origin.y = height;