Skip to content
Commit fab815b0 authored by Alexander Volkov's avatar Alexander Volkov Committed by Nate Graham
Browse files

Fix right to right snapping

target.right() is calculated as target.x() + target.width() - 1, so
1 needs to be added to the x coordinate of a snapped rect.

This is done in snapToBottom(), but was forgotten in snapToRight().
Amend 6309d33f.

CCBUG: 455394


(cherry picked from commit 6faf4d6b)
parent 2ed8d20b
Pipeline #265311 passed with stage
in 2 minutes and 19 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment