1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Check for existing pipes after GUI is created. For #1484

This commit is contained in:
Jon Beniston
2022-10-27 19:15:46 +01:00
parent 9b7a41ad4e
commit a618dae6e7
3 changed files with 25 additions and 0 deletions
@@ -178,6 +178,9 @@ GS232ControllerGUI::GS232ControllerGUI(PluginAPI* pluginAPI, FeatureUISet *featu
displaySettings();
applySettings(true);
makeUIConnections();
// Get pre-existing pipes
m_gs232Controller->getInputMessageQueue()->push(GS232Controller::MsgScanAvailableChannelOrFeatures::create());
}
GS232ControllerGUI::~GS232ControllerGUI()