Revision: 14027
          http://sourceforge.net/p/skim-app/code/14027
Author:   hofman
Date:     2024-01-31 10:02:54 +0000 (Wed, 31 Jan 2024)
Log Message:
-----------
make sure side window is layer backed

Modified Paths:
--------------
    trunk/SKSideWindow.m

Modified: trunk/SKSideWindow.m
===================================================================
--- trunk/SKSideWindow.m        2024-01-30 17:07:00 UTC (rev 14026)
+++ trunk/SKSideWindow.m        2024-01-31 10:02:54 UTC (rev 14027)
@@ -85,6 +85,7 @@
         
         NSView *backgroundView = [[SKSideWindowContentView alloc] init];
         
+        [backgroundView setWantsLayer:YES];
         if (@available(macOS 10.14, *)) {
             NSVisualEffectView *contentView = [[NSVisualEffectView alloc] 
init];
             [contentView setMaterial:NSVisualEffectMaterialSidebar];

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

Reply via email to