https://bugs.kde.org/show_bug.cgi?id=425790
--- Comment #3 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 7f672f1d47649ad17bfae61b97dd7f35e1e64727 by Alexander Lohnau. Committed on 10/03/2021 at 07:23. Pushed by alex into branch 'master'. converterrunner: Do not round values unnecassarily We pass in the precision when we format the string and the rounding causes internal issues when the value is casted to an int. Test Plan: Large queries like `100000000000000000000000000000000000000000$` no longer produce negative results. This fix can also be backported for Plasma 5.21. M +0 -1 runners/converter/converterrunner.cpp https://invent.kde.org/plasma/kdeplasma-addons/commit/7f672f1d47649ad17bfae61b97dd7f35e1e64727 -- You are receiving this mail because: You are watching all bug changes.