https://bugs.kde.org/show_bug.cgi?id=408369
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/9809f62 |hics/krita/-/commit/9a8064b |3ac63e0a0ef51c224f0e79a9d9e |b1103a2cd6f3c2ea4a9cb0255a6 |bca61d |2d66b2 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9a8064bb1103a2cd6f3c2ea4a9cb0255a62d66b2 by Dmitry Kazakov. Committed on 14/11/2024 at 13:53. Pushed by dkazakov into branch 'master'. Fix unclosed paths when intersecting two rectangular selections It seems like Qt has a bug and leaves some edges open when intersecting rectangles. So we should manually close all the subpath when something like that happens. M +2 -2 libs/image/kis_pixel_selection.cpp M +17 -0 libs/image/krita_utils.cpp M +14 -0 libs/image/krita_utils.h M +1 -1 libs/ui/tool/kis_selection_tool_helper.cpp https://invent.kde.org/graphics/krita/-/commit/9a8064bb1103a2cd6f3c2ea4a9cb0255a62d66b2 -- You are receiving this mail because: You are watching all bug changes.