Fix not being able to select an editor layout created in another language.

This commit is contained in:
Michael Alexsander Silva Dias
2017-11-25 23:59:31 -02:00
parent 73a26b4c3f
commit 8987f932d6
5 changed files with 16 additions and 8 deletions

View File

@ -1565,6 +1565,7 @@ void FileSystemDock::_bind_methods() {
FileSystemDock::FileSystemDock(EditorNode *p_editor) {
set_name("FileSystem");
editor = p_editor;
path = "res://";