mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-29 02:40:05 +00:00
This commit is contained in:
parent
adf599e942
commit
d144ed647f
1 changed files with 1 additions and 1 deletions
|
|
@ -474,7 +474,7 @@ Component* ComponentLayout::getComponentRelativePosTarget (Component* comp, int
|
|||
else
|
||||
compId = pe->getPosition().relativeToH;
|
||||
|
||||
return findComponentWithcompId (id);
|
||||
return findComponentWithId (compId);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue