1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-04 10:38:13 +00:00

in compact view, don't show the progress bar if the cell is selected, regardless if the table has focus

This commit is contained in:
Mitchell Livingston 2010-03-20 19:16:13 +00:00
parent 09666b3add
commit ab7e05ec76

View file

@ -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