Fix bug with app crash on exit. Add keyboard support in wordList, DictTypeSelectDialo...
[mdictionary] / src / mdictionary / gui / DictTypeSelectDialog.cpp
index bf61dd2..abe5552 100644 (file)
@@ -52,6 +52,7 @@ DictTypeSelectDialog::DictTypeSelectDialog(QList<CommonDictInterface *> plugins,
             this, SLOT(pluginSelected(int)));
 
     qmlView->setResizeMode(QDeclarativeView::SizeRootObjectToView);
+//    qmlView->setFocus();
     verticalLayout->addWidget(qmlView);
 
 #endif