1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-10-01 01:06:35 -04:00

DATV demod: fixed delta frequency dial setting at deserialization

This commit is contained in:
f4exb 2018-03-11 00:17:22 +01:00
parent 107b1c9ae6
commit 30dd4f4c4b

View File

@ -152,6 +152,7 @@ bool DATVDemodGUI::deserialize(const QByteArray& arrData)
d.readS32(1, &tmp, 0); d.readS32(1, &tmp, 0);
m_objChannelMarker.setCenterFrequency(tmp); m_objChannelMarker.setCenterFrequency(tmp);
ui->deltaFrequency->setValue(tmp);
if (d.readU32(2, &u32tmp)) if (d.readU32(2, &u32tmp))
{ {