Revision: 27707
          http://sourceforge.net/p/bibdesk/svn/27707
Author:   hofman
Date:     2022-07-07 17:00:35 +0000 (Thu, 07 Jul 2022)
Log Message:
-----------
invert boolean

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m      
2022-07-07 16:47:35 UTC (rev 27706)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVAccessibilityIconElement.m      
2022-07-07 17:00:35 UTC (rev 27707)
@@ -167,7 +167,7 @@
 }
 
 - (BOOL)isAccessibilityElement {
-    return NO;
+    return YES;
 }
 
 - (NSString *)accessibilityRole {

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