mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-30 21:32:29 -04:00
Ensure that tune specific Tx gain setting is not restored after it is cleared
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6733 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
ee40202a1c
commit
a6be978915
@ -4302,7 +4302,10 @@ void MainWindow::stop_tuning ()
|
|||||||
m_bTxTime=false;
|
m_bTxTime=false;
|
||||||
m_tune=false;
|
m_tune=false;
|
||||||
m_block_pwr_tooltip = true;
|
m_block_pwr_tooltip = true;
|
||||||
|
if (m_tune_attenuation)
|
||||||
|
{
|
||||||
ui->outAttenuation->setValue(m_tune_attenuation_restore);
|
ui->outAttenuation->setValue(m_tune_attenuation_restore);
|
||||||
|
}
|
||||||
m_block_pwr_tooltip = false;
|
m_block_pwr_tooltip = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user