Change the order of initialization processes.
[mverbiste] / mainwindow.cpp
index 439641c..9ed6d6c 100644 (file)
@@ -102,8 +102,8 @@ void MainWindow::showExpanded()
 #else
     show();
 #endif
 #else
     show();
 #endif
-    wordinput->setFocus();
     initverbiste();
     initverbiste();
+    wordinput->setFocus();
 }
 
 void  MainWindow::initverbiste()
 }
 
 void  MainWindow::initverbiste()