mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Expose LineEdit
edit
and unedit
methods.
This commit is contained in:
parent
32239d477b
commit
f84f734696
5 changed files with 66 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue