GUI: Fix lost initial qlang search tooltip

This commit is contained in:
Jean-Francois Dockes 2021-01-15 15:58:58 +01:00
parent cd46ba62fc
commit 2b7b2ab723

View File

@ -403,6 +403,7 @@ int main(int argc, char **argv)
QTimer::singleShot(0, mainWindow, SLOT(initDbOpen()));
mainWindow->sSearch->searchTypCMB->setCurrentIndex(prefs.ssearchTyp);
mainWindow->sSearch->onSearchTypeChanged(prefs.ssearchTyp);
if (op_flags & OPT_q) {
SSearch::SSearchType stype;
if (op_flags & OPT_o) {