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
Fixed a keyboard focus issue in the MenusDemo example
tags/2021-05-28
ed
4 years ago
parent
e9caafad8b
commit
b59d40b056
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/MenusDemo.h
+ 2
- 0
examples/GUI/MenusDemo.h
View File
@@ -164,6 +164,8 @@ public:
addAndMakeVisible (outerCommandTarget);
addAndMakeVisible (sidePanel);
setWantsKeyboardFocus (true);
setSize (500, 500);
}
Write
Preview
Loading…
Cancel
Save