mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 13:51:47 -05:00
DATV demod: fixed delta frequency dial setting at deserialization
This commit is contained in:
parent
107b1c9ae6
commit
30dd4f4c4b
@ -152,6 +152,7 @@ bool DATVDemodGUI::deserialize(const QByteArray& arrData)
|
||||
|
||||
d.readS32(1, &tmp, 0);
|
||||
m_objChannelMarker.setCenterFrequency(tmp);
|
||||
ui->deltaFrequency->setValue(tmp);
|
||||
|
||||
if (d.readU32(2, &u32tmp))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user