Revision: 15757
          http://sourceforge.net/p/skim-app/code/15757
Author:   hofman
Date:     2025-11-04 10:01:47 +0000 (Tue, 04 Nov 2025)
Log Message:
-----------
reveart an earlier commit, it is not necessary to hide the visual effect view

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

Modified: trunk/SKTopBarView.m
===================================================================
--- trunk/SKTopBarView.m        2025-11-03 18:09:22 UTC (rev 15756)
+++ trunk/SKTopBarView.m        2025-11-04 10:01:47 UTC (rev 15757)
@@ -115,7 +115,6 @@
 - (void)setStyle:(SKTopBarStyle)newStyle {
     style = newStyle;
     NSColor *sepColor = nil;
-    [blurView setHidden:NO];
     switch (style) {
         case SKTopBarStyleSearchBar:
             if (@available(macOS 11.0, *))
@@ -150,7 +149,6 @@
                 [blurView 
setBlendingMode:NSVisualEffectBlendingModeBehindWindow];
             } else {
                 [backgroundView setBackgroundColor:[NSColor 
windowBackgroundColor]];
-                [blurView setHidden:YES];
             }
             break;
     }

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