mirror of
https://github.com/transmission/transmission
synced 2025-03-11 06:32:59 +00:00
fix: compiler warning "not legal to call -layoutSubtreeIfNeeded on a view which is already being laid out." (#6299)
This commit is contained in:
parent
e14806c409
commit
4b3f0a15c1
1 changed files with 2 additions and 2 deletions
|
@ -348,8 +348,8 @@ static NSTimeInterval const kToggleProgressSeconds = 0.175;
|
|||
torrentCell.fRevealButton.action = @selector(revealTorrentFile:);
|
||||
|
||||
// redraw buttons
|
||||
[torrentCell.fControlButton display];
|
||||
[torrentCell.fRevealButton display];
|
||||
torrentCell.fControlButton.needsDisplay = YES;
|
||||
torrentCell.fRevealButton.needsDisplay = YES;
|
||||
|
||||
return torrentCell;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue