1
0
Fork 0
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:
ed 2018-11-09 12:04:51 +00:00
parent 4b92a04e27
commit ada0fdfeaf

View file

@ -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;
}
}
}