Is it the intent to force Tx=Rx when double-clicking a QSO...ignoring the check 
box for it?  Not something you want for EME, is it?
The last else clause in this section of code seems pretty useless.


  if(!m_bFastMode) {  // Don't change Tx freq if in a fast mode; also not if a 
station is calling me,  // unless m_lockTxFreq is true or CTRL is held down    
if ((firstcall!=m_config.my_callsign () and firstcall != m_baseCall) or        
m_lockTxFreq or ctrl) {      if (ui->TxFreqSpinBox->isEnabled ()) {        
if(!m_bFastMode) ui->TxFreqSpinBox->setValue(frequency);      } else if(m_mode 
!= "JT4" && m_mode != "JT65" && !m_mode.startsWith ("JT9") &&                
m_mode != "QRA64") {        return;      }    } de Mike W9MDB
------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to