mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Correct the bug in CallSandP2() that sets Rx freq incorrectly from ActiveStations window.
This commit is contained in:
parent
1f0ddb92c5
commit
efe8f090c2
@ -3927,8 +3927,8 @@ void MainWindow::callSandP2(int n)
|
||||
} else {
|
||||
m_deCall=w[0];
|
||||
m_deGrid=w[1];
|
||||
ui->RxFreqSpinBox->setValue(w[5].toInt());
|
||||
m_txFirst = (w[6]=="0");
|
||||
ui->RxFreqSpinBox->setValue(w[4].toInt());
|
||||
m_txFirst = (w[5]=="0");
|
||||
}
|
||||
|
||||
if(w[3].left(2)=="30") {
|
||||
|
Loading…
Reference in New Issue
Block a user