From 24c4175dd69b2b8e87506247a34d4e765d86bb31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Mon, 29 Oct 2012 18:04:13 +0700 Subject: [PATCH] Change the order of initialization processes. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 439641c..9ed6d6c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -102,8 +102,8 @@ void MainWindow::showExpanded() #else show(); #endif - wordinput->setFocus(); initverbiste(); + wordinput->setFocus(); } void MainWindow::initverbiste() -- 1.7.9.5