]> git.lyx.org Git - features.git/commit
Amend 9be6a425, Workaround for advanced search in 'uncover'-inset.
authorKornel Benko <kornel@lyx.org>
Fri, 4 Nov 2022 14:34:49 +0000 (15:34 +0100)
committerKornel Benko <kornel@lyx.org>
Fri, 4 Nov 2022 14:34:49 +0000 (15:34 +0100)
commit2333af615d42d2fe00d12d10f15198ae7199b191
treea2c1eb496d5abe83ba683968fbe601c98e42be02
parent3b3f43cf35b7a8e752300612d07a9e1a9b71ccb4
Amend 9be6a425, Workaround for advanced search in 'uncover'-inset.

Use getInset(i)->toString() instead of getInset(i)->plaintext()
if searching, so that we get the option of 'uncover' visible to the search engine.
src/Paragraph.cpp