1
0
Fork 0
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:
ed 2020-10-06 14:44:37 +01:00
parent d5497ab01a
commit e043408224

View file

@ -45,6 +45,7 @@ public:
addAndMakeVisible (viewport);
viewport.setScrollBarsShown (true, false);
viewport.setViewedComponent (&messagesListComponent, false);
viewport.setWantsKeyboardFocus (false);
setOpaque (true);
}