Revision: 15253
          http://sourceforge.net/p/skim-app/code/15253
Author:   hofman
Date:     2025-05-21 21:14:52 +0000 (Wed, 21 May 2025)
Log Message:
-----------
no need to draw next page, is done implicitly

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

Modified: trunk/SKPresentationView.m
===================================================================
--- trunk/SKPresentationView.m  2025-05-21 14:50:20 UTC (rev 15252)
+++ trunk/SKPresentationView.m  2025-05-21 21:14:52 UTC (rev 15253)
@@ -560,9 +560,8 @@
     } else {
         [self removePredrawnImageAtIndex:NSNotFound];
         [[self class] cancelPreviousPerformRequestsWithTarget:self 
selector:@selector(displayCurrentPage:) object:nil];
+        [[self class] cancelPreviousPerformRequestsWithTarget:self 
selector:@selector(predrawNextPage) object:nil];
         [self performSelector:@selector(displayCurrentPage:) withObject:nil 
afterDelay:0.0];
-        [[self class] cancelPreviousPerformRequestsWithTarget:self 
selector:@selector(predrawNextPage) object:nil];
-        [self performSelector:@selector(predrawNextPage) withObject:nil 
afterDelay:0.0];
     }
 }
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to