https://bugs.kde.org/show_bug.cgi?id=430281
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/0339b6fa6 | |7c98a5287dbe55a991217695db8 | |4c30 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 0339b6fa67c98a5287dbe55a991217695db84c30 by Dmitry Kazakov. Committed on 28/07/2021 at 06:02. Pushed by dkazakov into branch 'master'. Make default configuration of the Halftone filter correspond to global defaults It basically switches default interpolation from 'sine' to 'linear'. The bug in question is not really correct. The default halftone shape is **not** diamond. Instead, it is round with sine interpolation. But when the user switches to any other shape and returns back to round, then the interpolation automatically resets into linear. That is extremely confusing. This patch just ensures that linear mode is used as default all the time. M +4 -2 plugins/filters/halftone/KisHalftoneFilter.cpp https://invent.kde.org/graphics/krita/commit/0339b6fa67c98a5287dbe55a991217695db84c30 -- You are receiving this mail because: You are watching all bug changes.