mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 12:38:53 -04:00
Add commas or dots, where appropriate, for display of score.
This commit is contained in:
parent
f32f2393ea
commit
218479f093
@ -111,7 +111,7 @@ void ActiveStations::setRate(int n)
|
||||
|
||||
void ActiveStations::setScore(int n)
|
||||
{
|
||||
ui->score->setText(QString::number(n));
|
||||
ui->score->setText(QLocale(QLocale::English).toString(n));
|
||||
}
|
||||
|
||||
void ActiveStations::setBandChanges(int n)
|
||||
|
Loading…
Reference in New Issue
Block a user