mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-13 12:02:28 -04: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)
|
void MainWindow::on_RoundRobin_currentTextChanged(QString text)
|
||||||
{
|
{
|
||||||
ui->sbTxPercent->setEnabled(text=="Random");
|
ui->sbTxPercent->setEnabled(text=="Random");
|
||||||
|
m_WSPR_tx_next = false; // cancel any pending Tx to avoid
|
||||||
|
// undesirable consecutive Tx periods
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user