Revision: 12876
          http://sourceforge.net/p/skim-app/code/12876
Author:   hofman
Date:     2022-05-04 09:26:10 +0000 (Wed, 04 May 2022)
Log Message:
-----------
no need to check for version that won't apply in this context

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

Modified: trunk/SKSideWindow.m
===================================================================
--- trunk/SKSideWindow.m        2022-05-04 09:13:31 UTC (rev 12875)
+++ trunk/SKSideWindow.m        2022-05-04 09:26:10 UTC (rev 12876)
@@ -85,7 +85,7 @@
         
         if (RUNNING_AFTER(10_13)) {
             NSVisualEffectView *contentView = [[NSVisualEffectView alloc] 
init];
-            [contentView setMaterial:RUNNING_BEFORE(10_11) ? 
NSVisualEffectMaterialAppearanceBased : NSVisualEffectMaterialSidebar];
+            [contentView setMaterial:NSVisualEffectMaterialSidebar];
             [self setContentView:contentView];
             [backgroundView setAutoresizingMask:NSViewWidthSizable | 
NSViewHeightSizable];
             [backgroundView setFrame:[contentView bounds]];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to