Revision: 14486
http://sourceforge.net/p/skim-app/code/14486
Author: hofman
Date: 2024-09-26 15:52:05 +0000 (Thu, 26 Sep 2024)
Log Message:
-----------
Make sure preview window does not have a default animation
Modified Paths:
--------------
trunk/SKPresentationOptionsSheetController.m
Modified: trunk/SKPresentationOptionsSheetController.m
===================================================================
--- trunk/SKPresentationOptionsSheetController.m 2024-09-26 15:48:25 UTC
(rev 14485)
+++ trunk/SKPresentationOptionsSheetController.m 2024-09-26 15:52:05 UTC
(rev 14486)
@@ -294,7 +294,8 @@
[previewWindow setTitlebarAppearsTransparent:YES];
[previewWindow setHidesOnDeactivate:NO];
[previewWindow setFloatingPanel:YES];
-
+ [previewWindow setAnimationBehavior:NSWindowAnimationBehaviorNone];
+
NSVisualEffectView *contentView = [[NSVisualEffectView alloc] init];
[contentView setMaterial:NSVisualEffectMaterialPopover];
[contentView setState:NSVisualEffectStateActive];
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