mirror of
https://github.com/transmission/transmission
synced 2025-02-03 04:53:27 +00:00
Don't set the background of pieces view if it's gonna be hidden.
This commit is contained in:
parent
1e5558796b
commit
edb005852e
1 changed files with 0 additions and 3 deletions
|
@ -103,10 +103,7 @@
|
||||||
[fTorrent release];
|
[fTorrent release];
|
||||||
|
|
||||||
if (!torrent)
|
if (!torrent)
|
||||||
{
|
|
||||||
fTorrent = nil;
|
fTorrent = nil;
|
||||||
[fImageView setImage: [[fBack copy] autorelease]];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (torrent)
|
if (torrent)
|
||||||
|
|
Loading…
Reference in a new issue