1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive

This commit is contained in:
hogliux 2016-08-09 09:26:29 +01:00
parent ec9c033cdf
commit b936786f80
10 changed files with 69 additions and 46 deletions

View file

@ -1141,3 +1141,8 @@ void GraphDocumentComponent::createNewPlugin (const PluginDescription* desc, int
{
graphPanel->createNewPlugin (desc, x, y);
}
void GraphDocumentComponent::unfocusKeyboardComponent()
{
keyboardComp->unfocusAllComponents();
}