https://bugs.kde.org/show_bug.cgi?id=397831
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/6b49984f2a04d1 | |4a4a04cfae2c61910a1956d1fa Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6b49984f2a04d14a4a04cfae2c61910a1956d1fa by Dmitry Kazakov. Committed on 01/05/2020 at 17:18. Pushed by dkazakov into branch 'krita/4.3'. Fix double-mirrored dabs when painting with precision < 5 Even though KisDabRenderingQueue returns mutable dabs, it doesn't guarantee that they will be unique in the returned list. We should be very careful with them and ensure that we don't mirror the same paint device twice. M +2 -2 libs/image/kis_painter.cc M +1 -1 libs/image/kis_painter.h M +7 -3 libs/image/krita_utils.cpp M +1 -1 libs/image/krita_utils.h M +14 -2 plugins/paintops/defaultpaintops/brush/kis_brushop.cpp https://invent.kde.org/kde/krita/commit/6b49984f2a04d14a4a04cfae2c61910a1956d1fa -- You are receiving this mail because: You are watching all bug changes.