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
DemoRunner: Avoid exposing unnecessary accessible component
pull/22/head
reuk
3 years ago
parent
c9950e3801
commit
0a6000d0e7
No known key found for this signature in database
GPG Key ID:
9ADCD339CFC98A11
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
examples/DemoRunner/Source/UI/SettingsContent.h
+ 5
- 0
examples/DemoRunner/Source/UI/SettingsContent.h
View File
@@ -237,6 +237,11 @@ private:
}
private:
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override
{
return createIgnoredAccessibilityHandler (*this);
}
GraphicsSettingsGroup graphicsSettings;
AudioSettingsGroup audioSettings;
};
Write
Preview
Loading…
Cancel
Save