From b7ff6f82dea76effb987693580a21e79b0d75925 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 4 Apr 2007 16:36:50 +0000 Subject: [PATCH] Fix bug 3412: 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/QNomenclDialog.C b/src/frontends/qt4/QNomenclDialog.C index 3e17198a2f..1e0788b1b6 100644 --- a/src/frontends/qt4/QNomenclDialog.C +++ b/src/frontends/qt4/QNomenclDialog.C @@ -36,7 +36,7 @@ QNomenclDialog::QNomenclDialog(QNomencl * form) connect(descrED, SIGNAL(textChanged(const QString&)), this, SLOT(change_adaptor())); - setFocusProxy(symbolED); + setFocusProxy(descrED); } -- 2.39.2