https://bugs.kde.org/show_bug.cgi?id=424233
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/b120f7092 |hics/krita/commit/165bea5fe |0778a4ad32639319fed0ee5396c |b803fa61a9c89baafe7716075a1 |f35a |5cab --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 165bea5feb803fa61a9c89baafe7716075a15cab by Dmitry Kazakov. Committed on 13/08/2020 at 22:44. Pushed by dkazakov into branch 'master'. Fix artifacts when using Move Tool in WrapAround mode The paint device cache should be reset when wrap-around mode is changed. The artifacts appeared because KisPaintDeviceWrappedStrategy::move() received non-WA exactBounds() of the device, which caused it to do the move incorrectly. M +83 -6 libs/image/kis_lock_free_cache.h M +7 -7 libs/image/kis_paint_device_cache.h M +1 -1 libs/image/tests/kis_paint_device_test.cpp https://invent.kde.org/graphics/krita/commit/165bea5feb803fa61a9c89baafe7716075a15cab -- You are receiving this mail because: You are watching all bug changes.