mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Qualify regeneration of GFSK message regeneration to only when Txing
This commit is contained in:
parent
900933e3fd
commit
a3efe8117c
@ -6793,7 +6793,7 @@ void MainWindow::setFreq4(int rxFreq, int txFreq)
|
||||
{
|
||||
// we need to regenerate the current transmit waveform for
|
||||
// GFSK modulated modes
|
||||
m_restart = true;
|
||||
if (m_transmitting) m_restart = true;
|
||||
}
|
||||
}
|
||||
else if (m_config.enable_VHF_features ()
|
||||
|
Loading…
Reference in New Issue
Block a user