From 3c1850c616018e2ffd19387a94ad4854e99f9aa6 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 17 Oct 2015 02:04:49 +0200 Subject: Very likely a fix for the _scrollViewDidChangeBounds debacle (#2126) --- Source/SPTableView.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source') diff --git a/Source/SPTableView.m b/Source/SPTableView.m index 3b1cf507..84e43a26 100644 --- a/Source/SPTableView.m +++ b/Source/SPTableView.m @@ -93,6 +93,8 @@ [notifier addObserver:self selector:@selector(_disableDoubleClickAction:) name:NSWindowWillBeginSheetNotification object:aWindow]; [notifier addObserver:self selector:@selector(_enableDoubleClickAction:) name:NSWindowDidEndSheetNotification object:aWindow]; } + + [super viewWillMoveToWindow:aWindow]; } /** -- cgit v1.2.3