Fix bug 3999: Highlight search text.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19917 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2007-08-30 15:06:14 +00:00
parent a5557e3ff1
commit 484ce8eba7
2 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ void QSearchDialog::findClicked()
wordsCB->isChecked(),
backwardsCB->isChecked());
uniqueInsert(findCO, findCO->currentText());
findCO->lineEdit()->setSelection(0, findCO->lineEdit()->text().length());
}

View File

@ -112,6 +112,8 @@ What's new
- Fix failure to close window when dirty document is saved (bug 4170).
- Highlight search text (bug 3999).
* DOCUMENTATION