Never mind about the "useless" comment...was looking at the code in isolation. Question still remains...shouldn't all modes honor the Tx=Rx checkbox? de Mike W9MDB
----- Forwarded Message ----- From: Black Michael <[email protected]> To: WSJT Software Development <[email protected]> Sent: Wednesday, August 24, 2016 4:35 PM Subject: Lock Tx=Rx 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
