1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-13 23:13:49 -04:00

AIS feature: Make settings assignments atomic. Part of #1329

This commit is contained in:
f4exb
2022-11-20 19:54:13 +01:00
parent f3c5cd0ab5
commit 1972b74099
14 changed files with 294 additions and 45 deletions
+2
View File
@@ -435,6 +435,8 @@ void AFCGUI::applySettings(bool force)
AFC::MsgConfigureAFC* message = AFC::MsgConfigureAFC::create( m_settings, m_settingsKeys, force);
m_afc->getInputMessageQueue()->push(message);
}
m_settingsKeys.clear();
}
void AFCGUI::makeUIConnections()