Diffusion Krita b8e839f096ac

Fix availability of vectors on cloned vector layers (again)

Authored by dkazakov on Jun 15 2019, 5:47 AM.

Description

Fix availability of vectors on cloned vector layers (again)

KoSelection emits signals using signal compressor, which
is placed in the GUI thread (because of timers), therefore
it might receive queued signals. And for parsing queued
signals it needs an event loop...

So we just ensure that KoShapeManager and KoSelection belong
to the GUI thread, where an event loop is surely present.

BUG:408028

Details

Committed
remptJun 17 2019, 8:17 AM
Parents
R37:ca7ba8d77a81: Update brush preview on every stamp creation
Branches
Unknown
Tags
Unknown