mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
XML parser fix. Mac filechooser fix.
This commit is contained in:
parent
a90aedce50
commit
ffaa06c3d0
7 changed files with 30 additions and 9 deletions
|
|
@ -864,7 +864,6 @@ void Project::removeModule (const String& moduleID)
|
|||
modules.removeChild (i, getUndoManagerFor (modules));
|
||||
}
|
||||
|
||||
|
||||
void Project::createRequiredModules (const ModuleList& availableModules, OwnedArray<LibraryModule>& modules) const
|
||||
{
|
||||
for (int i = 0; i < availableModules.modules.size(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue