This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Introjucer: prevented recursively saving projects
tags/2021-05-28
jules
9 years ago
parent
d7b9bc1ee7
commit
fa0d2574e9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
extras/Introjucer/Source/Project/jucer_ProjectContentComponent.cpp
+ 3
- 0
extras/Introjucer/Source/Project/jucer_ProjectContentComponent.cpp
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;
Write
Preview
Loading…
Cancel
Save