[Doc] Fixes in find bar

- Automatically select all text when find bar called.
- Adjust the size height when first displayed.
This commit is contained in:
Guilherme Felipe 2018-05-16 11:43:00 -03:00
parent 93c4274941
commit 22041264ed
2 changed files with 23 additions and 1 deletions

View file

@ -148,6 +148,8 @@ class FindBar : public HBoxContainer {
void _search_text_changed(const String &p_text);
void _search_text_entered(const String &p_text);
void _update_size();
protected:
void _notification(int p_what);
void _unhandled_input(const Ref<InputEvent> &p_event);