Revision: 13289
          http://sourceforge.net/p/skim-app/code/13289
Author:   hofman
Date:     2023-02-05 10:28:11 +0000 (Sun, 05 Feb 2023)
Log Message:
-----------
just make sure temporary transition view is not visible for preparation

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

Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m      2023-02-04 17:12:57 UTC (rev 13288)
+++ trunk/SKTransitionController.m      2023-02-05 10:28:11 UTC (rev 13289)
@@ -420,6 +420,7 @@
     [transitionView removeFromSuperview];
     [transitionView setFilter:nil];
     [transitionView setImage:nil];
+    [transitionView setAlphaValue:1.0];
 }
 
 - (void)showTransitionWindowForRect:(NSRect)rect image:(CIImage *)image 
extent:(CGRect)extent {
@@ -457,6 +458,7 @@
         CIImage *image = [self currentImageForRect:bounds scale:&imageScale];
         CGRect cgBounds = scaleRect(bounds, imageScale);
         [self showTransitionViewForRect:bounds image:image extent:cgBounds];
+        [transitionView setAlphaValue:0.0];
         [self performSelector:@selector(removeTransitionView) 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to