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

update EditorDirDialog on external change, closes #4629

This commit is contained in:
Juan Linietsky
2016-06-18 16:03:00 -03:00
parent 81a10795dc
commit 5e7f1fc79b
3 changed files with 12 additions and 2 deletions

View File

@@ -53,6 +53,8 @@ class EditorDirDialog : public ConfirmationDialog {
void _make_dir_confirm();
void ok_pressed();
protected:
void _notification(int p_what);