mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
AlertWindow: Prevent accessible label component from intercepting mouse clicks
This commit is contained in:
parent
49db3ce12e
commit
274ce967e4
1 changed files with 1 additions and 0 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue