Revision: 13291
          http://sourceforge.net/p/skim-app/code/13291
Author:   hofman
Date:     2023-02-05 10:40:16 +0000 (Sun, 05 Feb 2023)
Log Message:
-----------
add comment

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

Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m      2023-02-05 10:36:49 UTC (rev 13290)
+++ trunk/SKTransitionController.m      2023-02-05 10:40:16 UTC (rev 13291)
@@ -453,6 +453,8 @@
 
 - (void)prepareViewIfNeeded {
     if ([self hasTransition]) {
+        // shortly add the transition view with the current image
+        // this prevents a flickering at the first transition
         NSRect bounds = [view bounds];
         CGFloat imageScale = 1.0;
         CIImage *image = [self currentImageForRect:bounds scale:&imageScale];

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