Skip to content

Commit

Permalink
[patch] fix-window-role
Browse files Browse the repository at this point in the history
Author: Jake JX <njunxuan@gmail.com>
Committer: Boris Buliga <boris@d12frosted.io>
  • Loading branch information
d12golem committed Dec 4, 2020
1 parent 4c7095e commit bec9918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nsterm.m
Expand Up @@ -8777,7 +8777,7 @@ - (id)accessibilityAttributeValue:(NSString *)attribute
NSTRACE ("[EmacsWindow accessibilityAttributeValue:]");

if ([attribute isEqualToString:NSAccessibilityRoleAttribute])
return NSAccessibilityTextFieldRole;
return NSAccessibilityWindowRole;

if ([attribute isEqualToString:NSAccessibilitySelectedTextAttribute]
&& curbuf && ! NILP (BVAR (curbuf, mark_active)))
Expand Down

0 comments on commit bec9918

Please sign in to comment.