mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a bug where multiple AlertWindows could be shown for an out-of-date version
This commit is contained in:
parent
4b92a04e27
commit
ada0fdfeaf
1 changed files with 2 additions and 0 deletions
|
|
@ -532,6 +532,8 @@ void Project::warnAboutOldProjucerVersion()
|
|||
"\n\n"
|
||||
"Always make sure that you're running the very latest version, "
|
||||
"preferably compiled directly from the JUCE repository that you're working with!");
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue