Revision: 15891
          http://sourceforge.net/p/skim-app/code/15891
Author:   hofman
Date:     2025-12-18 10:37:19 +0000 (Thu, 18 Dec 2025)
Log Message:
-----------
rename method

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-17 23:25:16 UTC (rev 15890)
+++ trunk/SKPDFView.m   2025-12-18 10:37:19 UTC (rev 15891)
@@ -1585,7 +1585,7 @@
 
 #pragma mark Rewind
 
-- (void)rewind {
+- (void)doRewind {
     if ([self isPageAtIndexDisplayed:[rewindPage pageIndex]] == NO) {
         [self goToPage:rewindPage];
         return;
@@ -1621,12 +1621,12 @@
         rewindPage = [self currentPage];
         DISPATCH_MAIN_AFTER_SEC(0.0, ^{
             if (rewindPage && [self pageForPoint:SKCenterPoint([self 
unobscuredContentRect]) nearest:NO] != rewindPage)
-                [self rewind];
+                [self doRewind];
         });
         DISPATCH_MAIN_AFTER_SEC(0.25, ^{
             if (rewindPage) {
                 if ([[self currentPage] isEqual:rewindPage] == NO)
-                    [self rewind];
+                    [self doRewind];
                 rewindPage = nil;
             }
         });

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