Revision: 13364
http://sourceforge.net/p/skim-app/code/13364
Author: hofman
Date: 2023-03-15 15:43:47 +0000 (Wed, 15 Mar 2023)
Log Message:
-----------
invert check for animation
Modified Paths:
--------------
trunk/SKFullScreenWindow.m
Modified: trunk/SKFullScreenWindow.m
===================================================================
--- trunk/SKFullScreenWindow.m 2023-03-15 15:31:05 UTC (rev 13363)
+++ trunk/SKFullScreenWindow.m 2023-03-15 15:43:47 UTC (rev 13364)
@@ -85,7 +85,7 @@
}
- (void)fadeInBlocking:(BOOL)blocking {
- if ([NSView shouldShowFadeAnimation]) {
+ if ([NSView shouldShowFadeAnimation] == NO) {
[self orderFront:nil];
} else {
__block BOOL wait = blocking;
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