1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Expose LineEdit edit and unedit methods.

This commit is contained in:
Mounir Tohami
2024-10-04 10:37:33 +00:00
parent 32239d477b
commit f84f734696
5 changed files with 66 additions and 28 deletions

View File

@@ -644,6 +644,8 @@ void FindReplaceBar::_search_text_submitted(const String &p_text) {
} else {
search_next();
}
callable_mp(search_text, &LineEdit::edit).call_deferred();
}
void FindReplaceBar::_replace_text_submitted(const String &p_text) {