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:
parent
7a25bc9961
commit
c5e515aff4
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue