Revision: 13290
http://sourceforge.net/p/skim-app/code/13290
Author: hofman
Date: 2023-02-05 10:36:49 +0000 (Sun, 05 Feb 2023)
Log Message:
-----------
always prepare transition view when there are transitions, so the view is drawn
with the current page, as starting with a different page will still give some
flickering
Modified Paths:
--------------
trunk/SKTransitionController.m
Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m 2023-02-05 10:28:11 UTC (rev 13289)
+++ trunk/SKTransitionController.m 2023-02-05 10:36:49 UTC (rev 13290)
@@ -452,7 +452,7 @@
}
- (void)prepareViewIfNeeded {
- if (transitionView == nil && [self hasTransition]) {
+ if ([self hasTransition]) {
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