Revision: 13455
http://sourceforge.net/p/skim-app/code/13455
Author: hofman
Date: 2023-06-08 14:13:30 +0000 (Thu, 08 Jun 2023)
Log Message:
-----------
stop page rewind when explicitly going to a page with our override
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2023-06-08 14:06:39 UTC (rev 13454)
+++ trunk/SKPDFView.m 2023-06-08 14:13:30 UTC (rev 13455)
@@ -1301,6 +1301,11 @@
[super goToPage:page];
}
+- (void)goToCurrentPage:(PDFPage *)page {
+ [self setNeedsRewind:NO];
+ [super goToCurrentPage:page];
+}
+
- (IBAction)delete:(id)sender
{
if ([currentAnnotation isSkimNote])
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