Open zafarranch0 opened 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());
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());