From ab7e05ec7680f1391a75db0de27c15e60af2e35b Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sat, 20 Mar 2010 19:16:13 +0000 Subject: [PATCH] in compact view, don't show the progress bar if the cell is selected, regardless if the table has focus --- macosx/TorrentCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 4f5f0e15a..f6b82c924 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -330,7 +330,7 @@ const BOOL minimal = [fDefaults boolForKey: @"SmallView"]; //bar - if (!minimal || [self backgroundStyle] != NSBackgroundStyleDark) + if (!minimal || ![self isHighlighted]) [self drawBar: [self barRectForBounds: cellFrame]]; //group coloring -- 2.40.0