https://bugs.kde.org/show_bug.cgi?id=415476
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/6cd9eba4e41496 |krita/commit/075e75ed79b656 |4b9147d045ac4765c078180ec7 |5679f3e1f0ee85d4148d282366 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 075e75ed79b6565679f3e1f0ee85d4148d282366 by Dmitry Kazakov. Committed on 06/05/2020 at 21:21. Pushed by rempt into branch 'krita/4.3'. 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/075e75ed79b6565679f3e1f0ee85d4148d282366 -- You are receiving this mail because: You are watching all bug changes.