Revision: 16185
http://sourceforge.net/p/skim-app/code/16185
Author: hofman
Date: 2026-04-07 09:41:16 +0000 (Tue, 07 Apr 2026)
Log Message:
-----------
invert condition
Modified Paths:
--------------
trunk/SKSideWindow.m
Modified: trunk/SKSideWindow.m
===================================================================
--- trunk/SKSideWindow.m 2026-04-06 16:35:50 UTC (rev 16184)
+++ trunk/SKSideWindow.m 2026-04-07 09:41:16 UTC (rev 16185)
@@ -137,7 +137,7 @@
[self makeKeyAndOrderFront:nil];
else
[self orderFront:nil];
- } else if ([NSView shouldShowSlideAnimation] == NO) {
+ } else if ([NSView shouldShowSlideAnimation]) {
[NSAnimationContext runAnimationGroup:^(NSAnimationContext *context){
[[self animator] setFrame:frame display:YES];
}
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