[Core] Add case-insensitive String::containsn
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "editor/themes/editor_scale.h"
|
||||
|
||||
static bool _property_path_matches(const String &p_property_path, const String &p_filter, EditorPropertyNameProcessor::Style p_style) {
|
||||
if (p_property_path.findn(p_filter) != -1) {
|
||||
if (p_property_path.containsn(p_filter)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user