https://bugs.kde.org/show_bug.cgi?id=445206
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/77026701d |hics/krita/commit/fe72fd221 |2dee602aceef4e5e9ae7e72056f |c8315b15a203022402a64cc64f8 |b54b |5343 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit fe72fd221c8315b15a203022402a64cc64f85343 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 05/09/2022 at 12:17. Pushed by dkazakov into branch 'krita/5.1'. 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. (cherry picked from commit 93bf757c4e4e2bfd9e53eb6b31c8117cd98303cf) 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/fe72fd221c8315b15a203022402a64cc64f85343 -- You are receiving this mail because: You are watching all bug changes.