Revision: 27759
          http://sourceforge.net/p/bibdesk/svn/27759
Author:   hofman
Date:     2022-07-24 09:36:59 +0000 (Sun, 24 Jul 2022)
Log Message:
-----------
use function to get children for one child

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-07-24 
09:36:33 UTC (rev 27758)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-07-24 
09:36:59 UTC (rev 27759)
@@ -4639,7 +4639,7 @@
         
         [_sliderWindow fadeIn:self];
         [[self window] addChildWindow:_sliderWindow ordered:NSWindowAbove];
-        
NSAccessibilityPostNotificationWithUserInfo(NSAccessibilityUnignoredAncestor(self),
 NSAccessibilityLayoutChangedNotification, [NSDictionary 
dictionaryWithObjectsAndKeys:NSAccessibilityUnignoredChildren([NSArray 
arrayWithObjects:[_sliderWindow slider], nil]), NSAccessibilityUIElementsKey, 
nil]);
+        
NSAccessibilityPostNotificationWithUserInfo(NSAccessibilityUnignoredAncestor(self),
 NSAccessibilityLayoutChangedNotification, [NSDictionary 
dictionaryWithObjectsAndKeys:NSAccessibilityUnignoredChildrenForOnlyChild([_sliderWindow
 slider]), NSAccessibilityUIElementsKey, nil]);
     }
     return YES;
 }

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to