https://bugs.kde.org/show_bug.cgi?id=458546

--- Comment #3 from amyspark <a...@amyspark.me> ---
Regression comes from:

commit d138a617ed0456181cc839890035d20fba0d718b
Author: Dmitry Kazakov <dimul...@gmail.com>
Date:   Tue Aug 16 11:38:31 2022 +0300

    Avoid double updates when moving paintable nodes

    Bascially, we need to disable internal updates generated by KisTransaction
    in the move tool, because updates are issued at the higher level by a
    separate command.

The commit disabled the update mechanism, but then used
KisTransaction::endAndTake() which needs that bit of data.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to