1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-30 14:04:18 -04:00

LimeSDR GUIs: always apply change of FIR bandwidth

This commit is contained in:
f4exb
2018-08-13 16:58:43 +02:00
parent 36511a4cb4
commit 62deb64f57
4 changed files with 4 additions and 10 deletions
@@ -526,10 +526,7 @@ void LimeSDROutputGUI::on_lpFIREnable_toggled(bool checked)
void LimeSDROutputGUI::on_lpFIR_changed(quint64 value)
{
m_settings.m_lpfFIRBW = value * 1000;
if (m_settings.m_lpfFIREnable) { // do not send the update if the FIR is disabled
sendSettings();
}
sendSettings();
}
void LimeSDROutputGUI::on_gain_valueChanged(int value)