mirror of
https://github.com/transmission/transmission
synced 2025-03-04 18:48:06 +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"];
|
const BOOL minimal = [fDefaults boolForKey: @"SmallView"];
|
||||||
|
|
||||||
//bar
|
//bar
|
||||||
if (!minimal || [self backgroundStyle] != NSBackgroundStyleDark)
|
if (!minimal || ![self isHighlighted])
|
||||||
[self drawBar: [self barRectForBounds: cellFrame]];
|
[self drawBar: [self barRectForBounds: cellFrame]];
|
||||||
|
|
||||||
//group coloring
|
//group coloring
|
||||||
|
|
Loading…
Add table
Reference in a new issue