https://bugs.kde.org/show_bug.cgi?id=408369

--- Comment #6 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 445935

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.

Reply via email to