1
0
Fork 0
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:
ed 2021-06-11 11:09:57 +01:00
parent 35d6b4fa6d
commit ef5f2729f1

View file

@ -1232,6 +1232,8 @@ private:
addAndMakeVisible (defaultToggle);
addAndMakeVisible (orderLabel);
addAndMakeVisible (orderBox);
setFocusContainerType (FocusContainerType::focusContainer);
}
void paint (Graphics& g) override