]> git.lyx.org Git - lyx.git/commit
Prevent infinite loop with instant search on Mac (#12161)
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Feb 2021 16:34:42 +0000 (17:34 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Feb 2021 16:36:06 +0000 (17:36 +0100)
commit939dc4076fe577a40dea99ec668c92c7a6a1d711
tree1b3110ac57614a7e41fd495ccf2abe77f10272d2
parent61db164302552efcbaa426598ccd4df8847c95f9
Prevent infinite loop with instant search on Mac (#12161)

The search dialog was repeatedly feeded with the same string, and a
new search was triggered.
src/frontends/qt/GuiSearch.cpp