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:
parent
ec9c033cdf
commit
b936786f80
10 changed files with 69 additions and 46 deletions
|
|
@ -1141,3 +1141,8 @@ void GraphDocumentComponent::createNewPlugin (const PluginDescription* desc, int
|
|||
{
|
||||
graphPanel->createNewPlugin (desc, x, y);
|
||||
}
|
||||
|
||||
void GraphDocumentComponent::unfocusKeyboardComponent()
|
||||
{
|
||||
keyboardComp->unfocusAllComponents();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue