Skip to content

Fix Crop tool loosing aspect ratio on move

Ivan Yossi requested to merge ivany/krita:343586_CropToolRatio into master

Previously there was no check for boundaries after the new rect position is calculated. Before applying any offset on move drag we check we no longer go ouside of the image bounds.

For aspect ratio we keep aspect ratio growing into the image instead of outwards getting some weird behaviour

BUG:343586

Edited by Ivan Yossi

Merge request reports