https://bugs.kde.org/show_bug.cgi?id=393499
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, Boud and Scott! I cannot see how this feature could work after my commit in March 2016. The eraser size is not saved into the preset. It is memory-only variable. void KisPaintOpSettings::setSavedEraserSize(qreal value) { setProperty("SavedEraserSize", value); setPropertyNotSaved("SavedEraserSize"); } The only possibility could be that since recently I reset the settings before loading, so these properties could get lost... -- You are receiving this mail because: You are watching all bug changes.