Change the order of initialization processes.
authorNguyễn Hồng Quân <ng.hong.quan@gmail.com>
Mon, 29 Oct 2012 11:04:13 +0000 (18:04 +0700)
committerNguyễn Hồng Quân <ng.hong.quan@gmail.com>
Mon, 29 Oct 2012 11:04:13 +0000 (18:04 +0700)
mainwindow.cpp

index 439641c..9ed6d6c 100644 (file)
@@ -102,8 +102,8 @@ void MainWindow::showExpanded()
 #else
     show();
 #endif
-    wordinput->setFocus();
     initverbiste();
+    wordinput->setFocus();
 }
 
 void  MainWindow::initverbiste()