Diffusion Krita f42bbfa03a63

Don't round color selector coordinate calculations

Authored by mwein on Jan 8 2020, 1:53 AM.

Description

Don't round color selector coordinate calculations

QPainter draws float positions just fine, so handles move smoother.
It was inconsistent between selector shapes anyway.
Also simplify code a little.

Details