Revision: 12762 http://sourceforge.net/p/skim-app/code/12762 Author: hofman Date: 2022-02-03 16:08:41 +0000 (Thu, 03 Feb 2022) Log Message: ----------- only need scroller appearance workaround on 10.14
Modified Paths: -------------- trunk/SKBasePDFView.m Modified: trunk/SKBasePDFView.m =================================================================== --- trunk/SKBasePDFView.m 2022-02-03 16:07:50 UTC (rev 12761) +++ trunk/SKBasePDFView.m 2022-02-03 16:08:41 UTC (rev 12762) @@ -95,7 +95,7 @@ if ([[NSUserDefaults standardUserDefaults] boolForKey:SKInvertColorsInDarkModeKey]) SKSetHasLightAppearance([self scrollView]); - if (!RUNNING_AFTER(10_15)) { + if (RUNNING(10_14)) { [self handleScrollerStyleChangedNotification:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleScrollerStyleChangedNotification:) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit