mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Must set m_TRperiod=60 even when "No JT65" is selected.
This commit is contained in:
parent
a8753774ca
commit
fc967a850f
@ -2141,6 +2141,11 @@ void MainWindow::on_actionNoJT65_triggered()
|
||||
{
|
||||
m_mode65=0;
|
||||
m_modeJT65=0;
|
||||
m_TRperiod=60;
|
||||
soundInThread.setPeriod(m_TRperiod);
|
||||
soundOutThread.setPeriod(m_TRperiod);
|
||||
g_pWideGraph->setMode65(m_mode65);
|
||||
g_pWideGraph->setPeriod(m_TRperiod);
|
||||
lab5->setStyleSheet("");
|
||||
lab5->setText("");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user