This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Projucer: Remove duplicate user module IDs from list
tags/2021-05-28
ed
7 years ago
parent
3232a6a262
commit
9cdb02a0dc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h
+ 1
- 0
extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h
View File
@@ -626,6 +626,7 @@ public:
}
auto ids = list.getIDs();
ids.removeDuplicates (false);
for (auto m : getAvailableModulesInGlobalJucePath())
ids.removeString (m);
Write
Preview
Loading…
Cancel
Save