mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 17:44:59 +00:00
Fix bug 3999: Highlight search text.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19907 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dfb402c266
commit
781f1af8d7
@ -96,6 +96,7 @@ void QSearchDialog::findClicked()
|
|||||||
wordsCB->isChecked(),
|
wordsCB->isChecked(),
|
||||||
backwardsCB->isChecked());
|
backwardsCB->isChecked());
|
||||||
uniqueInsert(findCO, findCO->currentText());
|
uniqueInsert(findCO, findCO->currentText());
|
||||||
|
findCO->lineEdit()->setSelection(0, findCO->lineEdit()->text().length());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user