1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Massive UI revamping (v7): fixed device change. Fixes #1220

This commit is contained in:
f4exb
2022-04-30 11:47:05 +02:00
parent eb0730e93a
commit fcb2906fd4
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -275,6 +275,7 @@ void DeviceGUI::openChangeDeviceDialog()
if (dialog.exec() == QDialog::Accepted)
{
m_currentDeviceIndex = dialog.getSelectedDeviceIndex();
dialog.setParent(nullptr);
emit deviceChange(m_currentDeviceIndex);
}
}