mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Projucer: Fixed a getting the module list for new projects
This commit is contained in:
parent
5c26cd5586
commit
67d2ff2ec8
2 changed files with 6 additions and 5 deletions
|
|
@ -52,6 +52,7 @@ Project::Project (const File& f)
|
|||
setFile (f);
|
||||
|
||||
removeDefunctExporters();
|
||||
exporterPathsModuleList.reset (new AvailableModuleList());
|
||||
updateOldModulePaths();
|
||||
updateOldStyleConfigList();
|
||||
setCppVersionFromOldExporterSettings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue