]> git.lyx.org Git - lyx.git/commitdiff
fix bug 2483:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Feb 2007 14:36:38 +0000 (14:36 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Feb 2007 14:36:38 +0000 (14:36 +0000)
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

index b8f329a6cecbbd318d342d8c2e09af552964c814..df8e20fd051621aab59095ffa494cad361b072d0 100644 (file)
@@ -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);
 }