mirror of
https://github.com/transmission/transmission.git
synced 2026-04-18 07:56:33 +01:00
fix: torrentTableView crash after superview.superview.superview (#6207)
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
FileNameCell* nameCell = [[FileNameCell alloc] init];
|
||||
[self tableColumnWithIdentifier:@"Name"].dataCell = nameCell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user