We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a37af commit 3c1850cCopy full SHA for 3c1850c
Source/SPTableView.m
@@ -93,6 +93,8 @@ - (void)viewWillMoveToWindow:(NSWindow *)aWindow
93
[notifier addObserver:self selector:@selector(_disableDoubleClickAction:) name:NSWindowWillBeginSheetNotification object:aWindow];
94
[notifier addObserver:self selector:@selector(_enableDoubleClickAction:) name:NSWindowDidEndSheetNotification object:aWindow];
95
}
96
+
97
+ [super viewWillMoveToWindow:aWindow];
98
99
100
/**
0 commit comments