mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
a5557e3ff1
commit
484ce8eba7
@ -96,6 +96,7 @@ void QSearchDialog::findClicked()
|
||||
wordsCB->isChecked(),
|
||||
backwardsCB->isChecked());
|
||||
uniqueInsert(findCO, findCO->currentText());
|
||||
findCO->lineEdit()->setSelection(0, findCO->lineEdit()->text().length());
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user