mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a keyboard focus issue with project messages
This commit is contained in:
parent
d5497ab01a
commit
e043408224
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
addAndMakeVisible (viewport);
|
||||
viewport.setScrollBarsShown (true, false);
|
||||
viewport.setViewedComponent (&messagesListComponent, false);
|
||||
viewport.setWantsKeyboardFocus (false);
|
||||
|
||||
setOpaque (true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue