mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Don't overwrite project C++ standard with old exporter value if it has been set
This commit is contained in:
parent
9de335a575
commit
de1ce15260
1 changed files with 3 additions and 1 deletions
|
|
@ -639,7 +639,9 @@ Result Project::loadDocument (const File& file)
|
|||
rescanExporterPathModules (! ProjucerApplication::getApp().isRunningCommandLine);
|
||||
exporterPathsModulesList.addListener (this);
|
||||
|
||||
setCppVersionFromOldExporterSettings();
|
||||
if (cppStandardValue.isUsingDefault())
|
||||
setCppVersionFromOldExporterSettings();
|
||||
|
||||
updateDeprecatedProjectSettings();
|
||||
|
||||
setChangedFlag (false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue