Revision: 28188
          http://sourceforge.net/p/bibdesk/svn/28188
Author:   hofman
Date:     2023-03-13 16:05:30 +0000 (Mon, 13 Mar 2023)
Log Message:
-----------
call super in single code path

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

Modified: trunk/bibdesk/BDSKGroupBubbleView.m
===================================================================
--- trunk/bibdesk/BDSKGroupBubbleView.m 2023-03-13 15:50:08 UTC (rev 28187)
+++ trunk/bibdesk/BDSKGroupBubbleView.m 2023-03-13 16:05:30 UTC (rev 28188)
@@ -155,9 +155,7 @@
 }
 
 - (void)drawInteriorWithFrame:(NSRect)cellFrame inView:(NSView *)controlView {
-    if (RUNNING_AFTER(10_15)) {
-        if ([self backgroundStyle] == NSBackgroundStyleDark)
-            [super drawInteriorWithFrame:cellFrame inView:controlView];
+    if (RUNNING_AFTER(10_15) && [self backgroundStyle] == 
NSBackgroundStyleLight) {
     } else if (RUNNING_AFTER(10_9) || [self backgroundStyle] == 
NSBackgroundStyleDark || [self backgroundStyle] == NSBackgroundStyleLowered) {
         [super drawInteriorWithFrame:cellFrame inView:controlView];
     } else {

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