mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-16 08:28:30 -04:00
Massive UI revamping (v7): Fixed Tx and MIMO channel device label when retrieved from configuration. Fixes #1227
This commit is contained in:
parent
c892ed558d
commit
32820e25b4
@ -463,7 +463,7 @@ void DeviceUISet::loadTxChannelSettings(const Preset *preset, PluginAPI *pluginA
|
||||
}
|
||||
|
||||
txChannelGUI->restoreGeometry(txChannelGUI->getGeometryBytes());
|
||||
txChannelGUI->setDeviceType(ChannelGUI::DeviceRx);
|
||||
txChannelGUI->setDeviceType(ChannelGUI::DeviceTx);
|
||||
txChannelGUI->setDeviceSetIndex(m_deviceSetIndex);
|
||||
txChannelGUI->setIndex(channelAPI->getIndexInDeviceSet());
|
||||
txChannelGUI->setIndexToolTip(m_deviceAPI->getSamplingDeviceDisplayName());
|
||||
@ -636,7 +636,7 @@ void DeviceUISet::loadMIMOChannelSettings(const Preset *preset, PluginAPI *plugi
|
||||
}
|
||||
|
||||
channelGUI->restoreGeometry(channelGUI->getGeometryBytes());
|
||||
channelGUI->setDeviceType(ChannelGUI::DeviceRx);
|
||||
channelGUI->setDeviceType(ChannelGUI::DeviceMIMO);
|
||||
channelGUI->setDeviceSetIndex(m_deviceSetIndex);
|
||||
channelGUI->setIndex(channelAPI->getIndexInDeviceSet());
|
||||
channelGUI->setIndexToolTip(m_deviceAPI->getSamplingDeviceDisplayName());
|
||||
|
Loading…
Reference in New Issue
Block a user