Revision: 16494
          http://sourceforge.net/p/skim-app/code/16494
Author:   hofman
Date:     2026-09-17 16:51:33 +0000 (Thu, 17 Sep 2026)
Log Message:
-----------
post accessibility value changed notifications

Modified Paths:
--------------
    trunk/SKPresentationView.m

Modified: trunk/SKPresentationView.m
===================================================================
--- trunk/SKPresentationView.m  2026-09-17 16:43:29 UTC (rev 16493)
+++ trunk/SKPresentationView.m  2026-09-17 16:51:33 UTC (rev 16494)
@@ -221,6 +221,8 @@
             [pageLayer setContents:nil];
             // nothing needs the notification when set to nil
         }
+        if ([self isAccessibilityElement])
+            NSAccessibilityPostNotification(self, 
NSAccessibilityValueChangedNotification);
     }
 }
 

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to