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:
@@ -275,6 +275,7 @@ void DeviceGUI::openChangeDeviceDialog()
|
||||
if (dialog.exec() == QDialog::Accepted)
|
||||
{
|
||||
m_currentDeviceIndex = dialog.getSelectedDeviceIndex();
|
||||
dialog.setParent(nullptr);
|
||||
emit deviceChange(m_currentDeviceIndex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user