mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
#3705 Magnet hash text obscured when selected in torrent table view
This commit is contained in:
parent
4aa9ace6fa
commit
8e6c7f3249
1 changed files with 2 additions and 2 deletions
|
@ -610,8 +610,8 @@
|
||||||
//fill an all-white bar for magnet links
|
//fill an all-white bar for magnet links
|
||||||
if ([torrent isMagnet])
|
if ([torrent isMagnet])
|
||||||
{
|
{
|
||||||
[[NSColor whiteColor] set];
|
[[NSColor colorWithCalibratedWhite: 1.0 alpha: [fDefaults boolForKey: @"SmallView"] ? 0.25 : 1.0] set];
|
||||||
NSRectFill(barRect);
|
NSRectFillUsingOperation(barRect, NSCompositeSourceOver);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue