mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Introjucer: prevented recursively saving projects
This commit is contained in:
parent
d7b9bc1ee7
commit
fa0d2574e9
1 changed files with 3 additions and 0 deletions
|
|
@ -885,6 +885,9 @@ bool ProjectContentComponent::perform (const InvocationInfo& info)
|
|||
break;
|
||||
}
|
||||
|
||||
if (isCurrentlyBlockedByAnotherModalComponent())
|
||||
return false;
|
||||
|
||||
switch (info.commandID)
|
||||
{
|
||||
case CommandIDs::saveProject: saveProject(); break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue