This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Accessibility: Disable accessibility for JUCESplashScreen
v6.1.6
ed
4 years ago
parent
bfb521b610
commit
ce9ab1430f
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp
+ 2
- 0
modules/juce_gui_basics/misc/juce_JUCESplashScreen.cpp
View File
@@ -80,6 +80,8 @@ JUCESplashScreen::JUCESplashScreen (Component& parent)
{
{
startTimer (1);
startTimer (1);
}
}
setAccessible (false);
}
}
std::unique_ptr<Drawable> JUCESplashScreen::getSplashScreenLogo()
std::unique_ptr<Drawable> JUCESplashScreen::getSplashScreenLogo()
Write
Preview
Loading…
Cancel
Save