mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
macOS Accessibility: Always set our NSWindow as accessible so its title bar is navigable
This commit is contained in:
parent
59333870f5
commit
06ca1156e1
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public:
|
|||
if (@available (macOS 10.10, *))
|
||||
#endif
|
||||
{
|
||||
[window setAccessibilityElement: component.getAccessibilityHandler() != nullptr];
|
||||
[window setAccessibilityElement: YES];
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue