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:
parent
09666b3add
commit
ab7e05ec76
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue