GUI: Fix lost initial qlang search tooltip
This commit is contained in:
parent
cd46ba62fc
commit
2b7b2ab723
@ -403,6 +403,7 @@ int main(int argc, char **argv)
|
|||||||
QTimer::singleShot(0, mainWindow, SLOT(initDbOpen()));
|
QTimer::singleShot(0, mainWindow, SLOT(initDbOpen()));
|
||||||
|
|
||||||
mainWindow->sSearch->searchTypCMB->setCurrentIndex(prefs.ssearchTyp);
|
mainWindow->sSearch->searchTypCMB->setCurrentIndex(prefs.ssearchTyp);
|
||||||
|
mainWindow->sSearch->onSearchTypeChanged(prefs.ssearchTyp);
|
||||||
if (op_flags & OPT_q) {
|
if (op_flags & OPT_q) {
|
||||||
SSearch::SSearchType stype;
|
SSearch::SSearchType stype;
|
||||||
if (op_flags & OPT_o) {
|
if (op_flags & OPT_o) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user