1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

FileDialog: reset mkdir label after use (#4500)

Closes #1686.
This commit is contained in:
Rémi Verschelde
2016-05-01 11:38:24 +02:00
parent 94274b9ab5
commit ab7886ffc4
3 changed files with 3 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ void EditorDirDialog::_make_dir_confirm() {
} else {
reload();
}
makedirname->set_text(""); // reset label
}