[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:
parent
93c4274941
commit
22041264ed
2 changed files with 23 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue