[krita] [Bug 458546] Crash when selecting a second layer in the layerbox

amyspark bugzilla_noreply at kde.org
Wed Aug 31 14:46:03 BST 2022


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

--- Comment #3 from amyspark <amy at amyspark.me> ---
Regression comes from:

commit d138a617ed0456181cc839890035d20fba0d718b
Author: Dmitry Kazakov <dimula73 at 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.



More information about the kde-mac mailing list