diff --git a/mainwindow.cc b/mainwindow.cc index b8a0a3e0..fd12c4b4 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -2875,6 +2875,9 @@ void MainWindow::on_rescanFiles_triggered() scanPopup.reset(); // No scan popup either. No one should use dictionaries. groupInstances.clear(); // Release all the dictionaries they hold + dictionaries.clear(); + dictionariesUnmuted.clear(); + dictionaryBar.setDictionaries( dictionaries ); loadDictionaries( this, true, cfg, dictionaries, dictNetMgr );