diff options
-rw-r--r-- | Source/SPTableView.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m index 72535038..a73b083d 100644 --- a/Source/SPTableView.m +++ b/Source/SPTableView.m @@ -88,6 +88,8 @@ [notifier addObserver:self selector:@selector(_disableDoubleClickAction:) name:NSWindowWillBeginSheetNotification object:aWindow]; [notifier addObserver:self selector:@selector(_enableDoubleClickAction:) name:NSWindowDidEndSheetNotification object:aWindow]; } + + [super viewWillMoveToWindow:aWindow]; } /** |