mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AccessibilityDemo: Set NavigableComponent as a focus container
This commit is contained in:
parent
35d6b4fa6d
commit
ef5f2729f1
1 changed files with 2 additions and 0 deletions
|
|
@ -1232,6 +1232,8 @@ private:
|
|||
addAndMakeVisible (defaultToggle);
|
||||
addAndMakeVisible (orderLabel);
|
||||
addAndMakeVisible (orderBox);
|
||||
|
||||
setFocusContainerType (FocusContainerType::focusContainer);
|
||||
}
|
||||
|
||||
void paint (Graphics& g) override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue