mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a bug where the "use global path" option would not be respected for new projects
This commit is contained in:
parent
2a5e20a10a
commit
dbe40552a7
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public:
|
|||
}
|
||||
|
||||
File modulesFolder;
|
||||
bool isUsingGlobalPaths;
|
||||
bool isUsingGlobalPaths = true;
|
||||
|
||||
private:
|
||||
ComboBox currentPathBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue