Revision: 13016
          http://sourceforge.net/p/skim-app/code/13016
Author:   hofman
Date:     2022-07-12 09:23:08 +0000 (Tue, 12 Jul 2022)
Log Message:
-----------
post accessibility value changed notifications for font well and line well

Modified Paths:
--------------
    trunk/SKFontWell.m
    trunk/SKLineWell.m

Modified: trunk/SKFontWell.m
===================================================================
--- trunk/SKFontWell.m  2022-07-11 21:46:51 UTC (rev 13015)
+++ trunk/SKFontWell.m  2022-07-12 09:23:08 UTC (rev 13016)
@@ -250,6 +250,7 @@
         [[NSFontManager sharedFontManager] setSelectedFont:[self font] 
isMultiple:NO];
     [self setTitle:[NSString stringWithFormat:@"%@ %li", [[self font] 
displayName], (long)[self fontSize]]];
     [self setNeedsDisplay:YES];
+    NSAccessibilityPostNotification([self cell], 
NSAccessibilityValueChangedNotification);
 }
 
 #pragma mark Accessors

Modified: trunk/SKLineWell.m
===================================================================
--- trunk/SKLineWell.m  2022-07-11 21:46:51 UTC (rev 13015)
+++ trunk/SKLineWell.m  2022-07-12 09:23:08 UTC (rev 13016)
@@ -318,6 +318,7 @@
     if ([self isActive])
         [[SKLineInspector sharedLineInspector] setValue:[self valueForKey:key] 
forKey:key];
     [self setNeedsDisplay:YES];
+    NSAccessibilityPostNotification(self, 
NSAccessibilityValueChangedNotification);
 }
 
 - (void)takeValueForKey:(NSString *)key from:(id)object {

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to