1
0
Fork 0
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:
ed 2021-09-01 16:33:00 +01:00
parent 59333870f5
commit 06ca1156e1

View file

@ -101,7 +101,7 @@ public:
if (@available (macOS 10.10, *))
#endif
{
[window setAccessibilityElement: component.getAccessibilityHandler() != nullptr];
[window setAccessibilityElement: YES];
}
#endif