mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Accessibility: Disable accessibility for JUCESplashScreen
This commit is contained in:
parent
bfb521b610
commit
ce9ab1430f
1 changed files with 2 additions and 0 deletions
|
|
@ -80,6 +80,8 @@ JUCESplashScreen::JUCESplashScreen (Component& parent)
|
|||
{
|
||||
startTimer (1);
|
||||
}
|
||||
|
||||
setAccessible (false);
|
||||
}
|
||||
|
||||
std::unique_ptr<Drawable> JUCESplashScreen::getSplashScreenLogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue