diff options
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 04ea7543..8c91083b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2240,6 +2240,7 @@ void MainWindow::on_tabWidget_currentChanged(int index) QWidget* currentWidget = ui->tabWidget->widget(index); if (currentWidget == ui->espTab) { m_OrganizerCore.refreshESPList(); + ui->espList->activated(); } else if (currentWidget == ui->bsaTab) { m_OrganizerCore.refreshBSAList(); } else if (currentWidget == ui->dataTab) { |
