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

Fixed a crash in the Undo/Redo of transformations

This patch:

1) Fixes a crash in KisTransactionBasedCommand. The check for first redo
   got lost somewhere during previous refactoring.

2) Fixes a deadlock in KisNode::prev/nextSibling(). The locks must be
   taken in a descending order only! Otherwise it'll result in a deadlock.
   See a comment in KisNode::prevChildImpl() function.

BUG:331708
parent a1e8bb20
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