mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 08:28:36 -05:00
Multi device support: set source view tab at correct index when changing source
This commit is contained in:
parent
cae0012399
commit
8e3e00e7e5
@ -273,6 +273,8 @@ void MainWindow::setInputGUI(int deviceTabIndex, QWidget* gui, const QString& so
|
|||||||
ui->tabInputsView->setTabToolTip(i, m_deviceWidgetTabs[i].displayName);
|
ui->tabInputsView->setTabToolTip(i, m_deviceWidgetTabs[i].displayName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ui->tabInputsView->setCurrentIndex(deviceTabIndex);
|
||||||
|
|
||||||
|
|
||||||
// if (deviceTabIndex < ui->tabInputsView->count())
|
// if (deviceTabIndex < ui->tabInputsView->count())
|
||||||
// {
|
// {
|
||||||
|
Loading…
Reference in New Issue
Block a user