mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 06:07:49 -04:00
SSB demod: GUI: fixed agc disabled display
This commit is contained in:
parent
4c8a59d89c
commit
e0d4860359
@ -524,7 +524,7 @@ void SSBDemodGUI::displayUDPAddress()
|
|||||||
|
|
||||||
void SSBDemodGUI::displayAGCPowerThreshold(int value)
|
void SSBDemodGUI::displayAGCPowerThreshold(int value)
|
||||||
{
|
{
|
||||||
if (value == -SSBDemodSettings::m_minPowerThresholdDB)
|
if (value == SSBDemodSettings::m_minPowerThresholdDB)
|
||||||
{
|
{
|
||||||
ui->agcPowerThresholdText->setText("---");
|
ui->agcPowerThresholdText->setText("---");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user