diff --git a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp index 328d75a9d2..7ff1a935a1 100644 --- a/modules/juce_gui_basics/windows/juce_AlertWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_AlertWindow.cpp @@ -50,6 +50,7 @@ AlertWindow::AlertWindow (const String& title, accessibleMessageLabel.setColour (Label::textColourId, Colours::transparentBlack); accessibleMessageLabel.setColour (Label::backgroundColourId, Colours::transparentBlack); accessibleMessageLabel.setColour (Label::outlineColourId, Colours::transparentBlack); + accessibleMessageLabel.setInterceptsMouseClicks (false, false); addAndMakeVisible (accessibleMessageLabel); if (message.isEmpty())