1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed a keyboard focus issue in the MenusDemo example

This commit is contained in:
ed 2021-02-19 11:19:04 +00:00
parent e9caafad8b
commit b59d40b056

View file

@ -164,6 +164,8 @@ public:
addAndMakeVisible (outerCommandTarget);
addAndMakeVisible (sidePanel);
setWantsKeyboardFocus (true);
setSize (500, 500);
}