Create function focus_file_text

This function focuses the text field when saving a file
It is called when the save file dialogue is opened
This commit is contained in:
Ger Hean
2022-01-03 17:08:03 +08:00
parent b6bdbd2650
commit 9dbe314da6
4 changed files with 26 additions and 12 deletions

View File

@ -113,6 +113,8 @@ private:
void update_file_list();
void update_filters();
void _focus_file_text();
void _tree_multi_selected(Object *p_object, int p_cell, bool p_selected);
void _tree_selected();