Diffusion Krita 6bc908a39711

Fix moving local selection mask created from global selection

Authored by dkazakov on Jun 2 2020, 3:38 PM.

Description

Fix moving local selection mask created from global selection

The problem was caused but a code-duplication bug in KisShapeSelection,
which resulted in sigMoveShapes() not being connected anywhere.

BUG:411802