1
0
Fork 0
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:
jules 2015-08-26 15:43:45 +01:00
parent d7b9bc1ee7
commit fa0d2574e9

View file

@ -885,6 +885,9 @@ bool ProjectContentComponent::perform (const InvocationInfo& info)
break;
}
if (isCurrentlyBlockedByAnotherModalComponent())
return false;
switch (info.commandID)
{
case CommandIDs::saveProject: saveProject(); break;