Diffusion Krita fedb1d1fa96c

Properly center the color selector in popup palette

Authored by mwein on Jan 4 2020, 9:38 PM.

Description

Properly center the color selector in popup palette

Call me pedantic, but since the palette has an odd dimension,
the actual center is not an integer and the selector also needs
to have an odd dimension to be really centered.
Hence, determine the size by effectively mirroring the top left
corner instead of doubling the desired radius.

Details