git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-12 16:17:25 +00:00
parent ba496b94ac
commit 314b684501

View File

@ -64,6 +64,7 @@ GuiSearch::GuiSearch(GuiView & lv)
void GuiSearch::showEvent(QShowEvent * e)
{
findPB->setFocus();
findCO->lineEdit()->selectAll();
GuiDialog::showEvent(e);
}