https://bugs.kde.org/show_bug.cgi?id=432329
--- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6fc84c8bff6821d9866a7d7da871e10294536c8a by Dmitry Kazakov. Committed on 03/02/2021 at 11:45. Pushed by dkazakov into branch 'master'. Workaround recursive calls in UndoStack In some cases, when the user clicks in the history docker too quickly, the undo requests may arrive recursively. Because there are a few commands that demand processEvent() calls after their execution. This patch workarounds the recursive issue using the ticket-like system for the requests and ensuring that all of them are executed at the topmost level of recursion. M +72 -12 libs/ui/KisDocument.cpp https://invent.kde.org/graphics/krita/commit/6fc84c8bff6821d9866a7d7da871e10294536c8a -- You are receiving this mail because: You are watching all bug changes.