Revision: 15487
          http://sourceforge.net/p/skim-app/code/15487
Author:   hofman
Date:     2025-06-17 22:18:43 +0000 (Tue, 17 Jun 2025)
Log Message:
-----------
no need to check again for 10.14

Modified Paths:
--------------
    trunk/SKBasePDFView.m

Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m       2025-06-17 15:58:42 UTC (rev 15486)
+++ trunk/SKBasePDFView.m       2025-06-17 22:18:43 UTC (rev 15487)
@@ -86,7 +86,7 @@
         if ([[NSUserDefaults standardUserDefaults] 
boolForKey:SKInvertColorsInDarkModeKey])
             [[self scrollView] setAppearance:[NSAppearance 
appearanceNamed:NSAppearanceNameAqua]];
         
-        if (@available(macOS 11.0, *)) {} else if (@available(macOS 10.14, *)) 
{
+        if (@available(macOS 11.0, *)) {} else {
             [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

Reply via email to