Revision: 13393
http://sourceforge.net/p/skim-app/code/13393
Author: hofman
Date: 2023-03-19 16:04:13 +0000 (Sun, 19 Mar 2023)
Log Message:
-----------
remove semicolon
Modified Paths:
--------------
trunk/SKMainWindowController_FullScreen.m
Modified: trunk/SKMainWindowController_FullScreen.m
===================================================================
--- trunk/SKMainWindowController_FullScreen.m 2023-03-19 15:55:36 UTC (rev
13392)
+++ trunk/SKMainWindowController_FullScreen.m 2023-03-19 16:04:13 UTC (rev
13393)
@@ -457,7 +457,7 @@
[context setDuration:PRESENTATION_DURATION];
[context setTimingFunction:[CAMediaTimingFunction
functionWithName:kCAMediaTimingFunctionEaseInEaseOut]];
[[fullScreenWindow animator] setAlphaValue:1.0];
- if (NSContainsRect([fullScreenWindow frame], [animationWindow
frame]) == NO);
+ if (NSContainsRect([fullScreenWindow frame], [animationWindow
frame]) == NO)
[[animationWindow animator] setAlphaValue:0.0];
}
completionHandler:^{
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