Rename String::is_subsequence_ofi to String::is_subsequence_ofn
This commit is contained in:
parent
fc09d783f4
commit
3eb5e0ac50
19 changed files with 22 additions and 22 deletions
|
|
@ -186,7 +186,7 @@ void EditorDebuggerTree::update_scene_tree(const SceneDebuggerTree *p_tree, int
|
|||
// Apply filters.
|
||||
while (parent) {
|
||||
const bool had_siblings = item->get_prev() || item->get_next();
|
||||
if (filter.is_subsequence_ofi(item->get_text(0))) {
|
||||
if (filter.is_subsequence_ofn(item->get_text(0))) {
|
||||
break; // Filter matches, must survive.
|
||||
}
|
||||
parent->remove_child(item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue