Fix previous search for built-in-docs
This commit is contained in:
committed by
Gregory Basile
parent
f102ba8b2f
commit
7408b33895
@ -1737,7 +1737,7 @@ void FindBar::_update_results_count() {
|
||||
int from_pos = 0;
|
||||
|
||||
while (true) {
|
||||
int pos = full_text.find(searched, from_pos);
|
||||
int pos = full_text.findn(searched, from_pos);
|
||||
if (pos == -1) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user