the new way of determining the unwanted width of the progress bar wasn't cutting it, so use the old way

This commit is contained in:
Mitchell Livingston
2009-11-07 02:22:57 +00:00
parent cd6ff1211f
commit 2f94ecf170
4 changed files with 14 additions and 11 deletions

View File

@@ -567,7 +567,7 @@
//place menu below button
NSRect rect = [fTorrentCell iconRectForBounds: [self rectOfRow: row]];
NSPoint location = rect.origin;
location.y += rect.size.height + 5.0f;
location.y += rect.size.height + 5.0;
if ([NSApp isOnSnowLeopardOrBetter])
{