1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

API: implemented Channel Marker in Rx channels and complete serializable objects for some

This commit is contained in:
f4exb
2021-12-02 23:54:39 +01:00
parent ddaeaf4b43
commit 8a438a94c1
160 changed files with 1926 additions and 22 deletions
@@ -82,6 +82,7 @@ bool FreqTrackerGUI::handleMessage(const Message& message)
m_settings = cfg.getSettings();
blockApplySettings(true);
ui->spectrumGUI->updateSettings();
m_channelMarker.updateSettings(static_cast<const ChannelMarker*>(m_settings.m_channelMarker));
displaySettings();
blockApplySettings(false);
return true;