From a283f4ffad68f9e98fa1dd1ab268c50cf93b8d1d Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 4 Jul 2007 19:09:21 +0000 Subject: [PATCH] i suck at copy-pasting --- macosx/TorrentCell.m | 1 + 1 file changed, 1 insertion(+) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 20989c27d..bd10e4f96 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -114,6 +114,7 @@ if (ratioBounds.size.width < completeBounds.size.width) [fLightGreenGradient fillRect: completeBounds angle: -90]; + [fGreenGradient fillRect: ratioBounds angle: -90]; } else [fBlueGradient fillRect: completeBounds angle: -90];