Skip to content
Commit d43a6cc4 authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fixed a cropping bug in the Transform Tool

Actually, most of the code in Krita should not use oldRawData(), but
use rawData() or rawDataConst() instead. There are only few exceptions
when the oldRawData() is mandatory.

In this very bug, the exactBounds() returned wrong values, when called
from within of a transaction.

BUG:313124
parent 5e8c66c9
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