mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-18 13:48:43 -04:00
Correct the bug in CallSandP2() that sets Rx freq incorrectly from ActiveStations window.
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user