(focus of buttons in search dialog).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23691 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-03-12 20:03:34 +00:00
parent d6c3c06197
commit 68d16e9466
2 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,8 @@ void QSearch::build_dialog()
void QSearch::update_contents()
{
dialog_->findPB->setFocus();
dialog_->findCO->setFocus();
dialog_->findCO->lineEdit()->selectAll();
}

View File

@ -102,6 +102,8 @@ What's new
- Remove the menu entries to swap rows/columns as this feature is not
implemented.
- Fix wrong focusing of buttons in search dialog (bug 4194).
* DOCUMENTATION