https://bugs.kde.org/show_bug.cgi?id=445206
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/93bf757c4 | |e4e2bfd9e53eb6b31c8117cd983 | |03cf Resolution|--- |FIXED --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 93bf757c4e4e2bfd9e53eb6b31c8117cd98303cf by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 05/09/2022 at 12:15. Pushed by dkazakov into branch 'master'. Make MyPaint eraser use the proper brush settings When enabling eraser mode, Krita will use the default MyPaint brush settings instead of the ones the user has actually selected. This is unlike MyPaint, GIMP and Drawpile do it, which use the selected brush to erase. This is due to a setting that enables this odd behavior, which is not actually exposed in the user interface, meaning there's no way to turn it off. This commit outright removes that setting and makes Krita behave properly: use the brush that's selected and erase with it, don't switch to something else behind the scenes. M +1 -8 plugins/paintops/mypaint/MyPaintPaintOp.cpp M +0 -3 plugins/paintops/mypaint/MyPaintPaintOpOption.h M +0 -1 plugins/paintops/mypaint/MyPaintPaintOpPreset.cpp https://invent.kde.org/graphics/krita/commit/93bf757c4e4e2bfd9e53eb6b31c8117cd98303cf -- You are receiving this mail because: You are watching all bug changes.