Revision: 27737
          http://sourceforge.net/p/bibdesk/svn/27737
Author:   hofman
Date:     2022-07-14 09:36:45 +0000 (Thu, 14 Jul 2022)
Log Message:
-----------
ignore accessibility on 10.9

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

Modified: trunk/bibdesk/BDSKColorLabelWell.m
===================================================================
--- trunk/bibdesk/BDSKColorLabelWell.m  2022-07-14 09:15:21 UTC (rev 27736)
+++ trunk/bibdesk/BDSKColorLabelWell.m  2022-07-14 09:36:45 UTC (rev 27737)
@@ -414,6 +414,10 @@
     [super mouseExited:event];
 }
 
+- (BOOL)accessibilityIsIgnored {
+    return YES;
+}
+
 - (BOOL)isAccessibilityElement {
     return NO;
 }

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