Revision: 15629
http://sourceforge.net/p/skim-app/code/15629
Author: hofman
Date: 2025-07-09 09:38:33 +0000 (Wed, 09 Jul 2025)
Log Message:
-----------
don't override magnifyWithEvent: as it is not implemented in PDFView since 10.12
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2025-07-09 09:17:08 UTC (rev 15628)
+++ trunk/SKPDFView.m 2025-07-09 09:38:33 UTC (rev 15629)
@@ -2181,12 +2181,6 @@
}
}
-- (void)magnifyWithEvent:(NSEvent *)theEvent {
- if ([[NSUserDefaults standardUserDefaults]
boolForKey:SKDisablePinchZoomKey] == NO)
- [super magnifyWithEvent:theEvent];
-}
-
-
- (void)performAction:(PDFAction *)action {
if ([[self delegate] respondsToSelector:@selector(PDFView:performAction:)]
== NO || [[self delegate] PDFView:self performAction:action] == NO)
[super performAction:action];
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