Revision: 12979
          http://sourceforge.net/p/skim-app/code/12979
Author:   hofman
Date:     2022-06-30 21:33:06 +0000 (Thu, 30 Jun 2022)
Log Message:
-----------
Don't use header view visual effect material on 10.13.

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

Modified: trunk/SKTopBarView.m
===================================================================
--- trunk/SKTopBarView.m        2022-06-30 08:56:00 UTC (rev 12978)
+++ trunk/SKTopBarView.m        2022-06-30 21:33:06 UTC (rev 12979)
@@ -127,7 +127,7 @@
 #pragma clang diagnostic ignored "-Wpartial-availability"
     switch (style) {
         case SKTopBarStyleDefault:
-            [blurView setMaterial:RUNNING_AFTER(10_15) || 
RUNNING_BEFORE(10_13) ? NSVisualEffectMaterialTitlebar : 
NSVisualEffectMaterialHeaderView];
+            [blurView setMaterial:RUNNING_AFTER(10_15) || 
RUNNING_BEFORE(10_14) ? NSVisualEffectMaterialTitlebar : 
NSVisualEffectMaterialHeaderView];
             [blurView setBlendingMode:NSVisualEffectBlendingModeWithinWindow];
             if (RUNNING_AFTER(10_13)) {
                 sepColor = [NSColor separatorColor];

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