mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 14:23:31 -05:00
Fix regression in handling double-clicked CQ and QRZ calls
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8122 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
412b0a64fb
commit
a5b4b916cb
@ -3834,6 +3834,7 @@ void MainWindow::processMessage(DecodedText const& message, bool ctrl, bool alt)
|
||||
if ((Radio::is_callsign (firstcall)
|
||||
&& firstcall != m_config.my_callsign () && firstcall != m_baseCall
|
||||
&& firstcall != "DE")
|
||||
|| "CQ" == firstcall || "QRZ" == firstcall
|
||||
|| m_lockTxFreq || ctrl) {
|
||||
if (ui->TxFreqSpinBox->isEnabled ()) {
|
||||
if(!m_bFastMode && !alt) ui->TxFreqSpinBox->setValue(frequency);
|
||||
|
Loading…
Reference in New Issue
Block a user