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

Projucer: Rescan modules after setting global path when creating a new project

This commit is contained in:
ed 2020-01-21 14:11:37 +00:00
parent 7a25bc9961
commit c5e515aff4

View file

@ -423,7 +423,10 @@ public:
return;
if (modulesPathBox.isUsingGlobalPaths)
{
getAppSettings().getStoredPath (Ids::defaultJuceModulePath, TargetOS::getThisOS()).setValue (wizard->modulesFolder.getFullPathName(), nullptr);
ProjucerApplication::getApp().rescanJUCEPathModules();
}
}
auto projectDir = fileBrowser.getSelectedFile (0);