https://bugs.kde.org/show_bug.cgi?id=415625
--- Comment #4 from Tymond <tamtamy.tym...@gmail.com> --- Git commit 8ef04427c4b8e63265ab4bb3456659cf4b0d39a4 by Agata Cacko. Committed on 14/01/2020 at 22:14. Pushed by tymond into branch 'master'. Initialize transform tool args when ending stroke Before this commit, transform tool would get an assert when switching to another tool without any changes. This commit removes trying to cancel the stroke in the finishStrokeCallback() call and initializes m_savedTransformArgs so the finishing can happen as always. WARNING: it probably isn't the "proper" solution for this issue. It does work correctly, but it adds an unnecessary undo step in the situation when cancelling should be used instead of finishing the stroke (for example when the user switches to transform tool and then immediately to another tool without making any changes). Related: bug 414672 M +25 -0 plugins/tools/tool_transform2/strokes/transform_stroke_strategy.cpp https://invent.kde.org/kde/krita/commit/8ef04427c4b8e63265ab4bb3456659cf4b0d39a4 -- You are receiving this mail because: You are watching all bug changes.