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:
parent
1d5c75546f
commit
b72a626516
46 changed files with 1269 additions and 1647 deletions
|
|
@ -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());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue