Revision: 27811
          http://sourceforge.net/p/bibdesk/svn/27811
Author:   hofman
Date:     2022-08-18 14:37:27 +0000 (Thu, 18 Aug 2022)
Log Message:
-----------
no need to check for lowered style on 10.10+

Modified Paths:
--------------
    trunk/bibdesk/BDSKGroupBubbleView.m

Modified: trunk/bibdesk/BDSKGroupBubbleView.m
===================================================================
--- trunk/bibdesk/BDSKGroupBubbleView.m 2022-08-18 14:14:46 UTC (rev 27810)
+++ trunk/bibdesk/BDSKGroupBubbleView.m 2022-08-18 14:37:27 UTC (rev 27811)
@@ -82,7 +82,7 @@
 
 - (BOOL)isEnabled {
     if (RUNNING_AFTER(10_9))
-        return [self backgroundStyle] == NSBackgroundStyleDark || [self 
backgroundStyle] == NSBackgroundStyleLowered;
+        return [self backgroundStyle] == NSBackgroundStyleDark;
     return [super isEnabled];
 }
 

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to