1
0
Fork 0
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:
ed 2018-10-22 16:35:49 +01:00
parent 2a5e20a10a
commit dbe40552a7

View file

@ -122,7 +122,7 @@ public:
}
File modulesFolder;
bool isUsingGlobalPaths;
bool isUsingGlobalPaths = true;
private:
ComboBox currentPathBox;