Revision: 15930
          http://sourceforge.net/p/skim-app/code/15930
Author:   hofman
Date:     2025-12-26 17:50:14 +0000 (Fri, 26 Dec 2025)
Log Message:
-----------
no need to call super

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-26 17:44:50 UTC (rev 15929)
+++ trunk/SKPDFView.m   2025-12-26 17:50:14 UTC (rev 15930)
@@ -732,7 +732,7 @@
 
 - (void)setDisplayDirection:(PDFDisplayDirection)displayDirection {
     if (displayDirection != [self displayDirection]) {
-        [super setDisplayDirection:displayDirection];
+        [self setDisplayDirection:displayDirection];
         [[NSNotificationCenter defaultCenter] 
postNotificationName:SKPDFViewDisplayDirectionChangedNotification object:self];
     }
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to