mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-22 11:29:02 -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)
|
||||
{
|
||||
if (value == -SSBDemodSettings::m_minPowerThresholdDB)
|
||||
if (value == SSBDemodSettings::m_minPowerThresholdDB)
|
||||
{
|
||||
ui->agcPowerThresholdText->setText("---");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user