Diffusion Krita 075e75ed79b6

Fix eraser mode to be reset when the same color is picked from the canvas

Authored by dkazakov on May 6 2020, 9:21 PM.

Description

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).

BUG:415476