From 45747320f0775132083f2d60b32e2279793d6db1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 28 Feb 2007 14:36:38 +0000 Subject: [PATCH] fix bug 2483: http://bugzilla.lyx.org/show_bug.cgi?id=2483 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17381 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/QSearchDialog.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frontends/qt4/QSearchDialog.C b/src/frontends/qt4/QSearchDialog.C index b8f329a6ce..df8e20fd05 100644 --- a/src/frontends/qt4/QSearchDialog.C +++ b/src/frontends/qt4/QSearchDialog.C @@ -53,6 +53,8 @@ QSearchDialog::QSearchDialog(QSearch * form) connect( replacePB, SIGNAL( clicked() ), this, SLOT( replaceClicked() ) ); connect( replaceallPB, SIGNAL( clicked() ), this, SLOT( replaceallClicked() ) ); connect( findCO, SIGNAL( editTextChanged(const QString&) ), this, SLOT( findChanged() ) ); + + setFocusProxy(findCO); } -- 2.39.2