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
tags/2021-05-28
jules
17 years ago
parent
adf599e942
commit
d144ed647f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
extras/the jucer/src/model/jucer_ComponentLayout.cpp
+ 1
- 1
extras/the jucer/src/model/jucer_ComponentLayout.cpp
View File
@@ -474,7 +474,7 @@ Component* ComponentLayout::getComponentRelativePosTarget (Component* comp, int
else
compId = pe->getPosition().relativeToH;
return findComponentWithcompI
d (i
d);
return findComponentWith
Id (
compId);
}
else
{
Write
Preview
Loading…
Cancel
Save