1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00
This commit is contained in:
jules 2008-05-19 15:39:34 +00:00
parent adf599e942
commit d144ed647f

View file

@ -474,7 +474,7 @@ Component* ComponentLayout::getComponentRelativePosTarget (Component* comp, int
else
compId = pe->getPosition().relativeToH;
return findComponentWithcompId (id);
return findComponentWithId (compId);
}
else
{