Diffusion Krita 6b49984f2a04

Fix double-mirrored dabs when painting with precision < 5

Authored by dkazakov on May 1 2020, 5:18 PM.

Description

Fix double-mirrored dabs when painting with precision < 5

Even though KisDabRenderingQueue returns mutable dabs, it doesn't
guarantee that they will be unique in the returned list. We should
be very careful with them and ensure that we don't mirror the same
paint device twice.

BUG:397831