https://bugs.kde.org/show_bug.cgi?id=408369
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/9809f62 | |3ac63e0a0ef51c224f0e79a9d9e | |bca61d --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9809f623ac63e0a0ef51c224f0e79a9d9ebca61d by Dmitry Kazakov. Committed on 14/11/2024 at 13:52. Pushed by dkazakov into branch 'krita/5.2'. 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/9809f623ac63e0a0ef51c224f0e79a9d9ebca61d -- You are receiving this mail because: You are watching all bug changes.