This commit is contained in:
vaxerski 2021-11-18 22:26:29 +01:00
parent 49cc9c34dd
commit 76f21b9dbe
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ bool isNeighbor(CWindow* a, CWindow* b) {
const auto POSA = a->getPosition();
const auto POSB = b->getPosition();
const auto SIZEA = a->getSize();
const auto SIZEB = a->getSize();
const auto SIZEB = b->getSize();
if (POSA.x != 0) {
if (STICKS(POSA.x, (POSB.x + SIZEB.x))) {