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
commit
ada0fdfeaf
1 changed files with 2 additions and 0 deletions
  1. +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;
}
}
}


Loading…
Cancel
Save