https://bugs.kde.org/show_bug.cgi?id=512577
--- Comment #11 from Dmitry Kazakov <[email protected]> --- Git commit 27a8a0838f72aca79146af9445fd3c6675285956 by Dmitry Kazakov, on behalf of Agata Cacko. Committed on 03/03/2026 at 14:55. Pushed by dkazakov into branch 'krita/6.0'. Add a margin to bounds when painting in Liquify Before this commit, only the parts that were actually changed were added to the accumulated brush strokes bounds. This commit adds pixelprecision on all sides, because "squares" of the grid are changed even when just one point is changed. Adding a margin of pixelPrecision makes sure that the points around the actually changed points are marked as if they changed too, allowing for correct painting of those "squares". M +2 -2 libs/image/kis_liquify_transform_worker.cpp https://invent.kde.org/graphics/krita/-/commit/27a8a0838f72aca79146af9445fd3c6675285956 -- You are receiving this mail because: You are watching all bug changes.
