https://bugs.kde.org/show_bug.cgi?id=412447
--- Comment #9 from Christoph Feck <cf...@kde.org> --- Would it work if we internally round it before storing? E.g. f = qRound(f * 32) / 32. For displaying, it would use f = qRound(f * 20) / 20. Some testing would be needed to confirm this mapping is bijective, otherwise use 64 instead of 32. -- You are receiving this mail because: You are watching all bug changes.