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
Projucer: Fixed a bug where multiple AlertWindows could be shown for an out-of-date version
tags/2021-05-28
ed
6 years ago
parent
4b92a04e27
commit
ada0fdfeaf
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
extras/Projucer/Source/Project/jucer_Project.cpp
+ 2
- 0
extras/Projucer/Source/Project/jucer_Project.cpp
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;
}
}
}
Write
Preview
Loading…
Cancel
Save