Skip to content

Commit 3c1850c

Browse files
committed
Very likely a fix for the _scrollViewDidChangeBounds debacle (#2126)
1 parent 87a37af commit 3c1850c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/SPTableView.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ - (void)viewWillMoveToWindow:(NSWindow *)aWindow
9393
[notifier addObserver:self selector:@selector(_disableDoubleClickAction:) name:NSWindowWillBeginSheetNotification object:aWindow];
9494
[notifier addObserver:self selector:@selector(_enableDoubleClickAction:) name:NSWindowDidEndSheetNotification object:aWindow];
9595
}
96+
97+
[super viewWillMoveToWindow:aWindow];
9698
}
9799

98100
/**

0 commit comments

Comments
 (0)