mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Spinners fopr Rx Freq and Tx Freq should not have been made visible in MSK144 mode; they are ignored in this mode, as present.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7080 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									b0511bacbd
								
							
						
					
					
						commit
						4a6b839434
					
				@ -3982,10 +3982,6 @@ void MainWindow::on_actionMSK144_triggered()
 | 
			
		||||
  bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN";
 | 
			
		||||
  ui->cbCQRx->setEnabled(b);
 | 
			
		||||
  ui->cbFast9->setVisible(false);
 | 
			
		||||
  ui->RxFreqSpinBox->setVisible(true);
 | 
			
		||||
  ui->TxFreqSpinBox->setVisible(true);
 | 
			
		||||
  ui->RxFreqSpinBox->setEnabled(true);
 | 
			
		||||
  ui->TxFreqSpinBox->setEnabled(false);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void MainWindow::on_actionQRA64_triggered()
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user