mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05: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)
 | 
					void ActiveStations::setScore(int n)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  ui->score->setText(QString::number(n));
 | 
					  ui->score->setText(QLocale(QLocale::English).toString(n));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void ActiveStations::setBandChanges(int n)
 | 
					void ActiveStations::setBandChanges(int n)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user