Diffusion Krita 8bc2965db842

Fix comparison of double spin box

Authored by jasperh on Nov 20 2019, 12:35 PM.

Description

Fix comparison of double spin box

When the value of a QDoubleSpinBox is changed it will be round down to the amount of decimals that are assigned to that spin box. The KisDoubleParseSpinBox would check the new unrounded value with the current rounded value, which resulted in an incorrect comparison.