Revision: 15925
http://sourceforge.net/p/skim-app/code/15925
Author: hofman
Date: 2025-12-26 17:01:18 +0000 (Fri, 26 Dec 2025)
Log Message:
-----------
no neeed to call super
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-12-25 18:00:43 UTC (rev 15924)
+++ trunk/SKPDFView.m 2025-12-26 17:01:18 UTC (rev 15925)
@@ -717,7 +717,7 @@
mode = kPDFDisplaySinglePageContinuous;
direction = kPDFDisplayDirectionHorizontal;
}
- [super setDisplayMode:mode];
+ [self setDisplayMode:mode];
[self setDisplayDirection:direction];
}
}
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