fralx / LimeReport

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

Another small bug on formatNumber #444

Open zafarranch0 opened 10 months ago

zafarranch0 commented 10 months 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());