Browse Source

tags/2021-05-28
jules 17 years ago
parent
commit
d144ed647f
1 changed files with 1 additions and 1 deletions
  1. +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 findComponentWithcompId (id);
return findComponentWithId (compId);
}
else
{


Loading…
Cancel
Save