mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Avoid double Tx periods in WSPR modes when changing scheduling basis
This commit is contained in:
parent
ffd2ad4dc0
commit
51f692d8d4
@ -5606,6 +5606,8 @@ void MainWindow::on_tx6_editingFinished() //tx6 edited
|
||||
void MainWindow::on_RoundRobin_currentTextChanged(QString text)
|
||||
{
|
||||
ui->sbTxPercent->setEnabled(text=="Random");
|
||||
m_WSPR_tx_next = false; // cancel any pending Tx to avoid
|
||||
// undesirable consecutive Tx periods
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user