Revision: 15918
          http://sourceforge.net/p/skim-app/code/15918
Author:   hofman
Date:     2025-12-25 17:17:23 +0000 (Thu, 25 Dec 2025)
Log Message:
-----------
cancel rewind for goToSKDstination

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-25 17:13:47 UTC (rev 15917)
+++ trunk/SKPDFView.m   2025-12-25 17:17:23 UTC (rev 15918)
@@ -1630,6 +1630,11 @@
     [super goAndScrollToPage:page];
 }
 
+- (void)goToSKDestination:(SKDestination)destination {
+    [self setNeedsRewind:NO];
+    [super goToSKDestination:destination];
+}
+
 #pragma mark Event Handling
 
 // PDFView has duplicated key equivalents for Cmd-+/- as well as Opt-Cmd-+/-, 
which is totoally unnecessary and harmful

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