From bc61f825d02eac931b0bbfdebacc4ccb320a9237 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(+) 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]; } /** -- cgit v1.2.3