1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class

This commit is contained in:
ed 2018-01-05 17:05:20 +00:00
parent 1d5c75546f
commit b72a626516
46 changed files with 1269 additions and 1647 deletions

View file

@ -165,7 +165,7 @@ void MainWindow::setProject (Project* newProject)
currentProject = newProject;
if (currentProject != nullptr)
projectNameValue.referTo (currentProject->getProjectNameValue());
projectNameValue.referTo (currentProject->getProjectValue (Ids::name));
else
projectNameValue.referTo (Value());