Skip to content

Add locale to round functionality

The recent addition of locale to the toQString member in KNumber library introduced a bug, rounding was not properly performed when the decimal separator was no the default, decimal separator was parametrized in rounding functionality to fix this issue.

Before (decimal precision =2):

image.png

After (decimal precision =2):

image.png

@teams/qa

Merge request reports