mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Correct the display of Echo-mode label.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6141 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									3f8bba4da7
								
							
						
					
					
						commit
						b0f70512f7
					
				| @ -3557,6 +3557,7 @@ void MainWindow::on_actionEcho_triggered() | |||||||
|   m_mode="Echo"; |   m_mode="Echo"; | ||||||
|   ui->actionEcho->setChecked(true); |   ui->actionEcho->setChecked(true); | ||||||
|   mode_label->setStyleSheet("QLabel{background-color: #66ffff}"); |   mode_label->setStyleSheet("QLabel{background-color: #66ffff}"); | ||||||
|  |   mode_label->setText(m_mode); | ||||||
|   m_TRperiod=3; |   m_TRperiod=3; | ||||||
|   m_modulator->setPeriod(m_TRperiod); // TODO - not thread safe
 |   m_modulator->setPeriod(m_TRperiod); // TODO - not thread safe
 | ||||||
|   m_detector->setPeriod(m_TRperiod);  // TODO - not thread safe
 |   m_detector->setPeriod(m_TRperiod);  // TODO - not thread safe
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user