Skip to content

Commit

Permalink
Don't override initial CW offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Jan 28, 2016
1 parent 21580d5 commit 7ee3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qtgui/dockrxopt.cpp
Expand Up @@ -323,7 +323,7 @@ void DockRxOpt::readSettings(QSettings *settings)
if (conv_ok)
{
demodOpt->setCwOffset(intVal);
demodOpt_cwOffsetChanged(intVal);
//demodOpt_cwOffsetChanged(intVal);
}

qint64 offs = settings->value("receiver/offset", 0).toInt(&conv_ok);
Expand Down

0 comments on commit 7ee3c0c

Please sign in to comment.