mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +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
|
||||
if ([torrent isMagnet])
|
||||
{
|
||||
[[NSColor whiteColor] set];
|
||||
NSRectFill(barRect);
|
||||
[[NSColor colorWithCalibratedWhite: 1.0 alpha: [fDefaults boolForKey: @"SmallView"] ? 0.25 : 1.0] set];
|
||||
NSRectFillUsingOperation(barRect, NSCompositeSourceOver);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue