Diffusion Krita 0036213f2e9a

Add waiting feedback when the user tries to save a busy image

Authored by dkazakov on Jan 31 2016, 11:54 AM.

Description

Add waiting feedback when the user tries to save a busy image

When an image is calculating some action, saving is impossible,
so before we were just cancelling it. Now we added a special waiting dialog that
shows the user that the image is doing something and he should wait.

There is also a button for cancelling currently running image action.

BUG:350283,354946
Fixes T592