https://bugs.kde.org/show_bug.cgi?id=445935
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/2485ada | |3de2267baa19dfd8562ed916126 | |a7c8d0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 2485ada3de2267baa19dfd8562ed916126a7c8d0 by Dmitry Kazakov. Committed on 14/11/2024 at 13:07. Pushed by dkazakov into branch 'krita/5.2'. Make vector and raster selections to behave in the same way when creating tiny selections 1) Rectangle and Ellipse selection tools should do nothing when crating 0px-wide selections. They just do nothing, not "deselect" action. For deselect the user should actually to a click. 2) When creating subtract-mode selection on empty selection, Krita should first select the entire image, and then remove the selected portion. This behavior existed in Krita since at least 2010. This patch just makes vector mode to behave consistently with the pixel mode. Note: bug 408369 is almost fixed. The only issue left is the intersection mode artifacts. Related: bug 408369 M +20 -8 libs/ui/tool/kis_selection_tool_helper.cpp M +4 -0 plugins/tools/selectiontools/kis_tool_select_elliptical.cc M +3 -3 plugins/tools/selectiontools/kis_tool_select_rectangular.cc https://invent.kde.org/graphics/krita/-/commit/2485ada3de2267baa19dfd8562ed916126a7c8d0 -- You are receiving this mail because: You are watching all bug changes.