https://bugs.kde.org/show_bug.cgi?id=449122
--- Comment #14 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6cef8b54a8adfc4f7643bec6b261c5ff7b644213 by Dmitry Kazakov. Committed on 23/02/2022 at 08:48. Pushed by dkazakov into branch 'krita/5.0'. Fix a race condition in Select All action It might happen that the selection has ben removed while the select-all action is still waiting in the strokes queue. Therefore the action should check for the presence of the global selection in the context of the worker thread, not the GUI one. M +8 -5 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/commit/6cef8b54a8adfc4f7643bec6b261c5ff7b644213 -- You are receiving this mail because: You are watching all bug changes.