|
@@ -1789,6 +1789,9 @@ public: |
|
|
if (c == &component)
|
|
|
if (c == &component)
|
|
|
break;
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
if (! c->isVisible())
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
if (auto* peer = c->getPeer())
|
|
|
if (auto* peer = c->getPeer())
|
|
|
if (peer->contains (localPos + bounds.getPosition() - peer->getBounds().getPosition(), true))
|
|
|
if (peer->contains (localPos + bounds.getPosition() - peer->getBounds().getPosition(), true))
|
|
|
return false;
|
|
|
return false;
|
|
|