]> git.lyx.org Git - features.git/commitdiff
Fix bug 3412:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 4 Apr 2007 16:36:50 +0000 (16:36 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 4 Apr 2007 16:36:50 +0000 (16:36 +0000)
http://bugzilla.lyx.org/show_bug.cgi?id=3412

* QNomenclDialog::QNomenclDialog(): setting the focus proxy in the Description edit box.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17719 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QNomenclDialog.C

index 3e17198a2f14921ed2a54457b813d7e9b9b7373e..1e0788b1b65b2e53841f2a79db155f0f8441cf5c 100644 (file)
@@ -36,7 +36,7 @@ QNomenclDialog::QNomenclDialog(QNomencl * form)
        connect(descrED, SIGNAL(textChanged(const QString&)),
                this, SLOT(change_adaptor()));
 
-       setFocusProxy(symbolED);
+       setFocusProxy(descrED);
 }