mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Update Tx frequency to the WSPR value after change to WSPR mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5772 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									73825e66f1
								
							
						
					
					
						commit
						f259da8813
					
				@ -3105,6 +3105,7 @@ void MainWindow::on_actionWSPR_2_triggered()
 | 
				
			|||||||
  m_wideGraph->setMode(m_mode);
 | 
					  m_wideGraph->setMode(m_mode);
 | 
				
			||||||
  m_wideGraph->setModeTx(m_modeTx);
 | 
					  m_wideGraph->setModeTx(m_modeTx);
 | 
				
			||||||
  WSPR_config(true);
 | 
					  WSPR_config(true);
 | 
				
			||||||
 | 
					  ui->TxFreqSpinBox->setValue(ui->WSPRfreqSpinBox->value());
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void MainWindow::on_actionWSPR_15_triggered()
 | 
					void MainWindow::on_actionWSPR_15_triggered()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user