summaryrefslogtreecommitdiff
path: root/scene/gui
diff options
context:
space:
mode:
Diffstat (limited to 'scene/gui')
-rw-r--r--scene/gui/file_dialog.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp
index 5035fe5214..c4226e0f23 100644
--- a/scene/gui/file_dialog.cpp
+++ b/scene/gui/file_dialog.cpp
@@ -519,6 +519,8 @@ void FileDialog::_make_dir_confirm() {
void FileDialog::_make_dir() {
makedialog->popup_centered_minsize(Size2(250,80));
+ makedirname->grab_focus();
+
}
void FileDialog::_select_drive(int p_idx) {