mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 19:48:54 -04:00
Set TRperiod to 30 or 60 when in Q65 mode and a call is selected in AS Window.
This commit is contained in:
parent
e6fad89904
commit
ac1b5d03b2
@ -3917,6 +3917,13 @@ void MainWindow::callSandP2(int n)
|
||||
ui->RxFreqSpinBox->setValue(w[5].toInt());
|
||||
m_txFirst = (w[6]=="0");
|
||||
}
|
||||
|
||||
if(w[3].left(2)=="30") {
|
||||
ui->sbTR->setValue(30);
|
||||
} else {
|
||||
ui->sbTR->setValue(60);
|
||||
}
|
||||
|
||||
m_bDoubleClicked=true; //### needed?
|
||||
ui->dxCallEntry->setText(m_deCall);
|
||||
ui->dxGridEntry->setText(m_deGrid);
|
||||
|
Loading…
Reference in New Issue
Block a user