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: Ensure that getAvailableModulesInGlobalPath() can handle paths starting with "~"
tags/2021-05-28
ed
7 years ago
parent
c03c950c48
commit
978edcff38
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h
+ 2
- 0
extras/Projucer/Source/Project/UI/Sidebar/jucer_ModuleTreeItems.h
View File
@@ -626,6 +626,8 @@ public:
for (auto p : paths)
{
p = p.replace ("~", File::getSpecialLocation (File::userHomeDirectory).getFullPathName());
auto f = File::createFileWithoutCheckingPath (p.trim());
if (f.exists())
list.addAllModulesInFolder (f);
Write
Preview
Loading…
Cancel
Save