mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-31 05:02:24 -04:00
FreeDV demod: fixed spectrum display span
This commit is contained in:
parent
6dae67d5b1
commit
d2bb967773
@ -687,6 +687,7 @@ void FreeDVDemod::applySettings(const FreeDVDemodSettings& settings, bool force)
|
|||||||
{
|
{
|
||||||
qDebug() << "FreeDVDemod::applySettings:"
|
qDebug() << "FreeDVDemod::applySettings:"
|
||||||
<< " m_inputFrequencyOffset: " << settings.m_inputFrequencyOffset
|
<< " m_inputFrequencyOffset: " << settings.m_inputFrequencyOffset
|
||||||
|
<< " m_freeDVMode: " << (int) settings.m_freeDVMode
|
||||||
<< " m_volume: " << settings.m_volume
|
<< " m_volume: " << settings.m_volume
|
||||||
<< " m_volumeIn: " << settings.m_volumeIn
|
<< " m_volumeIn: " << settings.m_volumeIn
|
||||||
<< " m_spanLog2: " << settings.m_spanLog2
|
<< " m_spanLog2: " << settings.m_spanLog2
|
||||||
|
@ -342,7 +342,7 @@ void FreeDVDemodGUI::applySettings(bool force)
|
|||||||
|
|
||||||
void FreeDVDemodGUI::applyBandwidths(int spanLog2, bool force)
|
void FreeDVDemodGUI::applyBandwidths(int spanLog2, bool force)
|
||||||
{
|
{
|
||||||
displayBandwidths(m_settings.m_spanLog2);
|
displayBandwidths(spanLog2);
|
||||||
m_settings.m_spanLog2 = spanLog2;
|
m_settings.m_spanLog2 = spanLog2;
|
||||||
applySettings(force);
|
applySettings(force);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user