Diffusion Krita 3ecf377c522a

Fix crash when editing transform mask too actively

Authored by dkazakov on Jun 12 2018, 8:15 AM.

Description

Fix crash when editing transform mask too actively

  1. Now KisSpontaneousJob has an 'exclusive' property, which guarantees that now other update jobs are not running in parallel
  1. KisModifyTransformMaskCommand mush not call m_mask->recaclulateStaticImage() directly, it doesn't guarantee exclusive access to a paint device, which can cause a crash (because the transform worker calls KisPaintDevice::purge(), which demands exclusive access).

BUG:395224

Details

Committed
dkazakovJun 12 2018, 8:19 AM
Parents
R37:04deaee07b9a: Fix reference image layer cloning
Branches
Unknown
Tags
Unknown