https://bugs.kde.org/show_bug.cgi?id=423336
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/96e3af27f | |78e0b02341b71351b5aba19ade4 | |86a9 Resolution|--- |FIXED --- Comment #2 from Tymond <tamtamy.tym...@gmail.com> --- Git commit 96e3af27f78e0b02341b71351b5aba19ade486a9 by Agata Cacko. Committed on 23/06/2020 at 15:28. Pushed by tymond into branch 'master'. Fix contiguous selection tool working on projection Before this commit, the tool tried to access paint device of the layer and return if there was none (which is the case for group layers). This commit changes it to look for projection() instead, as it was before the color labeled layers patch. Using the paind device seemed to cause two bugs. It wasn't working on group layers and clicking outside of the canvas didn't deselect. Related: bug 423237 M +1 -1 plugins/tools/selectiontools/kis_tool_select_contiguous.cc https://invent.kde.org/graphics/krita/commit/96e3af27f78e0b02341b71351b5aba19ade486a9 -- You are receiving this mail because: You are watching all bug changes.