From d82da9a2556f3975355d8d6ed4bb12065d4aad45 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 6 Nov 2009 15:22:21 +0000 Subject: [PATCH] Fix also nomenclature dialog which was refered in #3852 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31875 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiNomencl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiNomencl.cpp b/src/frontends/qt4/GuiNomencl.cpp index 8eb5b248b6..6aa35f8278 100644 --- a/src/frontends/qt4/GuiNomencl.cpp +++ b/src/frontends/qt4/GuiNomencl.cpp @@ -71,6 +71,7 @@ void GuiNomenclature::paramsToDialog(InsetCommandParams const & /*icp*/) QString description = toqstr(params_["description"]); description.replace("\\\\","\n"); descriptionTE->setPlainText(description); + descriptionTE->setFocus(); bc().setValid(isValid()); } -- 2.39.2