Revision: 29153 http://sourceforge.net/p/bibdesk/svn/29153 Author: hofman Date: 2025-04-21 09:03:02 +0000 (Mon, 21 Apr 2025) Log Message: ----------- Compare floor of appkit version
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-21 09:01:09 UTC (rev 29152) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m 2025-04-21 09:03:02 UTC (rev 29153) @@ -1096,7 +1096,7 @@ if ([self window] && [[self window] isKeyWindow] == NO) [self resetCursorRects]; - if (scrollView && NSAppKitVersionNumber > NSAppKitVersionNumber10_6) { + if (scrollView && floor(NSAppKitVersionNumber) > NSAppKitVersionNumber10_6) { if (_backgroundView == nil) { _backgroundView = [[FVBackgroundView alloc] initWithFrame:[scrollView bounds]]; [_backgroundView setBackgroundColor:_backgroundColor]; 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