mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
fix: torrentTableView crash after superview.superview.superview (#6207)
This commit is contained in:
@@ -50,6 +50,7 @@ static NSTimeInterval const kUpdateSeconds = 0.75;
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
[super awakeFromNib];
|
||||
NSWindow* window = self.window;
|
||||
window.frameAutosaveName = @"MessageWindowFrame";
|
||||
[window setFrameUsingName:@"MessageWindowFrame"];
|
||||
|
||||
Reference in New Issue
Block a user