Revision: 29180 http://sourceforge.net/p/bibdesk/svn/29180 Author: hofman Date: 2025-04-23 22:40:18 +0000 (Wed, 23 Apr 2025) Log Message: ----------- Call super
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-23 22:17:42 UTC (rev 29179) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-23 22:40:18 UTC (rev 29180) @@ -1144,6 +1144,8 @@ } - (void)viewDidMoveToSuperview { + [super viewDidMoveToSuperview]; + NSView *superview = [self superview]; NSScrollView *scrollView = [self enclosingScrollView]; NSView *observedView = scrollView ? superview : self; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit