]> git.lyx.org Git - features.git/commitdiff
Fix focus proxy.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 20:20:42 +0000 (20:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Mar 2007 20:20:42 +0000 (20:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17619 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QNomenclDialog.C

index 664d12445251a4c5183a115594fbb7a73136935d..3e17198a2f14921ed2a54457b813d7e9b9b7373e 100644 (file)
@@ -36,13 +36,13 @@ QNomenclDialog::QNomenclDialog(QNomencl * form)
        connect(descrED, SIGNAL(textChanged(const QString&)),
                this, SLOT(change_adaptor()));
 
+       setFocusProxy(symbolED);
 }
 
 
 void QNomenclDialog::show()
 {
        QDialog::show();
-       symbolED->setFocus();
 }