mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-04 15:52:25 -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 {
|
} else {
|
||||||
m_deCall=w[0];
|
m_deCall=w[0];
|
||||||
m_deGrid=w[1];
|
m_deGrid=w[1];
|
||||||
ui->RxFreqSpinBox->setValue(w[5].toInt());
|
ui->RxFreqSpinBox->setValue(w[4].toInt());
|
||||||
m_txFirst = (w[6]=="0");
|
m_txFirst = (w[5]=="0");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(w[3].left(2)=="30") {
|
if(w[3].left(2)=="30") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user