https://bugs.kde.org/show_bug.cgi?id=406427
Tymond <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/e98daba8c8feb9 | |30fdc4c61c8891ae97cd75f7fa --- Comment #2 from Tymond <tamtamy.tym...@gmail.com> --- Git commit e98daba8c8feb930fdc4c61c8891ae97cd75f7fa by Agata Cacko. Committed on 12/09/2019 at 14:27. Pushed by tymond into branch 'master'. Fix presets with random offset of texture marked dirty Before this commit, if a preset had at least one random offset (X or Y) in texture settings (and texture enabled), it was marked dirty as soon as the user used this brush on the canvas. That was happenning because random offset just means that the offset of the texture is set to a new random one after every stroke. Setting a property to a new value marked preset as dirty. This commit ensures that in this case te preset is not set to dirty (it just disables dirty notifications while the new offset is set). M +3 -1 libs/image/brushengine/kis_paintop_settings.cpp https://invent.kde.org/kde/krita/commit/e98daba8c8feb930fdc4c61c8891ae97cd75f7fa -- You are receiving this mail because: You are watching all bug changes.