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/ |https://invent.kde.org/kde/ |krita/commit/6b49984f2a04d1 |krita/commit/ae915410fea8ce |4a4a04cfae2c61910a1956d1fa |5a6024689dd19df763b08386d4 --- Comment #11 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ae915410fea8ce5a6024689dd19df763b08386d4 by Dmitry Kazakov. Committed on 01/05/2020 at 17:18. Pushed by dkazakov into branch 'master'. 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/ae915410fea8ce5a6024689dd19df763b08386d4 -- You are receiving this mail because: You are watching all bug changes.