Revision: 12763
          http://sourceforge.net/p/skim-app/code/12763
Author:   hofman
Date:     2022-02-04 15:35:28 +0000 (Fri, 04 Feb 2022)
Log Message:
-----------
don't return immediately

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

Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m       2022-02-03 16:08:41 UTC (rev 12762)
+++ trunk/SKBasePDFView.m       2022-02-04 15:35:28 UTC (rev 12763)
@@ -155,7 +155,7 @@
     [[self scrollView] setContentFilters:SKColorEffectFilters()];
 }
 
-- (void)handleScrollerStyleChangedNotification:(NSNotification *)notification 
{return;
+- (void)handleScrollerStyleChangedNotification:(NSNotification *)notification {
     if ([NSScroller preferredScrollerStyle] == NSScrollerStyleLegacy) {
         SKSetHasDefaultAppearance([[self scrollView] verticalScroller]);
         SKSetHasDefaultAppearance([[self scrollView] horizontalScroller]);

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