mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Fixed code typo preventing remove last device to work correctly
This commit is contained in:
parent
c434b2e24e
commit
8abaf69dde
@ -277,7 +277,7 @@ void MainWindow::removeLastDevice()
|
||||
|
||||
ui->tabInputsSelect->removeTab(ui->tabInputsSelect->count() - 1);
|
||||
|
||||
m_deviceWidgetTabs.removeLast();m_pluginManager->loadPlugins();
|
||||
m_deviceWidgetTabs.removeLast();
|
||||
ui->tabInputsView->clear();
|
||||
|
||||
for (int i = 0; i < m_deviceWidgetTabs.size(); i++)
|
||||
|
Loading…
Reference in New Issue
Block a user