Diffusion Krita 895303282f4d

Fix assert KisMementoManager caused by KisLsStrokeFilter

Authored by dkazakov on Mar 9 2020, 8:18 PM.

Description

Fix assert KisMementoManager caused by KisLsStrokeFilter

We shouldn't create transaction on the same device
(blower->knockoutSelectionLazy()) from different threads
concurrently. We shouldn't also write into "needRect" on it. The only
guaranteed safe rect here is applyRect.