https://bugs.kde.org/show_bug.cgi?id=449122
--- Comment #10 from Dmitry Kazakov <[email protected]> --- Git commit 45ebcf40a1f8632649cb8e427ee793241273dd16 by Dmitry Kazakov. Committed on 18/02/2022 at 08:16. Pushed by dkazakov into branch 'master'. 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 +7 -5 libs/ui/actions/kis_selection_action_factories.cpp https://invent.kde.org/graphics/krita/commit/45ebcf40a1f8632649cb8e427ee793241273dd16 -- You are receiving this mail because: You are watching all bug changes.
