https://bugs.kde.org/show_bug.cgi?id=415476
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/6cd9eba4e41496 | |4b9147d045ac4765c078180ec7 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Dmitry Kazakov <[email protected]> --- Git commit 6cd9eba4e414964b9147d045ac4765c078180ec7 by Dmitry Kazakov. Committed on 06/05/2020 at 21:25. Pushed by dkazakov into branch 'master'. Fix eraser mode to be reset when the same color is picked from the canvas This functionality was broken by the fix for not emitting resource change signal when the resource does not change (commit 40adc1626c9bc978c085f11d16892143be0d6757). Now the resource manager has one more signal --- resourceChangeAttempted(key, value). This signal is emitted before the actual resource change and it doesn't depend on whether the resource has changed or not (emitted in both the cases). M +2 -0 libs/flake/KoCanvasResourceProvider.cpp M +11 -0 libs/flake/KoCanvasResourceProvider.h M +20 -0 libs/flake/KoResourceManager_p.cpp M +4 -0 libs/flake/KoResourceManager_p.h M +11 -4 libs/ui/kis_paintop_box.cc M +1 -0 libs/ui/kis_paintop_box.h https://invent.kde.org/kde/krita/commit/6cd9eba4e414964b9147d045ac4765c078180ec7 -- You are receiving this mail because: You are watching all bug changes.
