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
AccessibilityDemo: Set NavigableComponent as a focus container
v6.1.6
ed
4 years ago
parent
35d6b4fa6d
commit
ef5f2729f1
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
examples/GUI/AccessibilityDemo.h
+ 2
- 0
examples/GUI/AccessibilityDemo.h
View File
@@ -1232,6 +1232,8 @@ private:
addAndMakeVisible (defaultToggle);
addAndMakeVisible (orderLabel);
addAndMakeVisible (orderBox);
setFocusContainerType (FocusContainerType::focusContainer);
}
void paint (Graphics& g) override
Write
Preview
Loading…
Cancel
Save