From cae59fa8b25db91ada8f6113ee6ee33339cc352c Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 14 Jun 2021 14:29:53 +0100 Subject: [PATCH] macOS Accessibility: Return window title for accessibilityTitle property in JuceNSWindowClass --- .../juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm index 83684e8e97..a1e1662d69 100644 --- a/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm +++ b/modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm @@ -2136,6 +2136,7 @@ struct JuceNSWindowClass : public NSViewComponentPeerWrapper