fralx / LimeReport

Report generator for Qt Framework
http://limereport.ru/
Other
403 stars 154 forks source link

Another small bug on formatNumber #444

Open zafarranch0 opened 1 year ago

zafarranch0 commented 1 year ago

https://github.com/fralx/LimeReport/blob/6a623a9ecbf8083fb01ae08f00aaa81f70720d03/limereport/items/lrtextitem.cpp#L458-L459 Must be: str.replace(".", ":"); // to catch the case where group and decimal separators are exchanged str = str.replace(",", QLocale::system().groupSeparator()); str = str.replace(":", QLocale::system().decimalPoint());