mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Introjucer saving optimisations.
This commit is contained in:
parent
e7ca7963f0
commit
d3bcbeef9c
10 changed files with 69 additions and 57 deletions
|
|
@ -210,7 +210,7 @@ void ProjectExporter::createPropertyEditors (Array <PropertyComponent*>& props)
|
|||
props.getLast()->setTooltip ("The location of the Juce library folder that the " + name + " project will use to when compiling. This can be an absolute path, or relative to the jucer project folder, but it must be valid on the filesystem of the machine you use to actually do the compiling.");
|
||||
|
||||
OwnedArray<LibraryModule> modules;
|
||||
project.getProjectType().createRequiredModules (project, ModuleList::getInstance(), modules);
|
||||
project.createRequiredModules (ModuleList::getInstance(), modules);
|
||||
for (int i = 0; i < modules.size(); ++i)
|
||||
modules.getUnchecked(i)->createPropertyEditors (*this, props);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue