https://bugs.kde.org/show_bug.cgi?id=380955
--- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit 3e53dbf915a6799160090be3cc5594d29473514a by Boudewijn Rempt. Committed on 08/06/2017 at 07:49. Pushed by rempt into branch 'krita/3.2'. Revert "Fix a crash after switching tools while running color picking" This reverts commit daa136675d54877780bd136225e77e611347c223. Related: bug 373883, bug 373883 This commit caused an infinite loop when creating a new shape by clicking in the add-shape docker and then dragging an outline. CCMAIL:dimul...@gmail.com Date: Mon Mar 27 13:56:39 2017 +0300 Fix a crash after switching tools while running color picking The input manager should finish the action before the tool is switched, otherwise the tool may be left with dangling KoStrokeId pointers and crash after the next execution. Fixes T4962 I'm not sure how to fix both issues; reverting for now. M +0 -1 libs/flake/KoToolManager.cpp M +0 -6 libs/flake/KoToolManager.h M +0 -10 libs/ui/input/kis_input_manager.cpp M +0 -1 libs/ui/input/kis_input_manager.h https://commits.kde.org/krita/3e53dbf915a6799160090be3cc5594d29473514a -- You are receiving this mail because: You are watching all bug changes.