mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 13:10:19 -04:00 
			
		
		
		
	Call switch_mode() to repopulate bandComboBox after switching to FST280.
This commit is contained in:
		
							parent
							
								
									3a16399857
								
							
						
					
					
						commit
						956aa2dfc5
					
				| @ -5834,6 +5834,7 @@ void MainWindow::on_actionFST280_triggered() | |||||||
|   ui->cbAutoSeq->setChecked(true); |   ui->cbAutoSeq->setChecked(true); | ||||||
|   m_wideGraph->setMode(m_mode); |   m_wideGraph->setMode(m_mode); | ||||||
|   m_wideGraph->setModeTx(m_modeTx); |   m_wideGraph->setModeTx(m_modeTx); | ||||||
|  |   switch_mode (Modes::FST280); | ||||||
|   statusChanged(); |   statusChanged(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| @ -5854,6 +5855,7 @@ void MainWindow::on_actionFST280W_triggered() | |||||||
|   ui->sbSubmode->setMaximum(3); |   ui->sbSubmode->setMaximum(3); | ||||||
|   m_wideGraph->setMode(m_mode); |   m_wideGraph->setMode(m_mode); | ||||||
|   m_wideGraph->setModeTx(m_modeTx); |   m_wideGraph->setModeTx(m_modeTx); | ||||||
|  |   switch_mode (Modes::FST280W); | ||||||
|   statusChanged(); |   statusChanged(); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user