mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
DATV demod: fixed delta frequency dial setting at deserialization
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user