summaryrefslogtreecommitdiff
path: root/editor
diff options
context:
space:
mode:
authorAndreas Haas <Hinsbart@users.noreply.github.com>2017-11-11 21:03:05 +0100
committerGitHub <noreply@github.com>2017-11-11 21:03:05 +0100
commitb3cef1b61e143f9fb4fe7643a9369cc03771f10a (patch)
treec95ac83848bffdeed1e80874bd3a5431b667c67f /editor
parent35e7f992993a69a1e25cc12109ef7cf885e18260 (diff)
parente09d76e67d8b6a59a1424490e0124b2d51f34b7f (diff)
Merge pull request #12829 from ianb96/project_settings_fix
Project Settings Crash fix
Diffstat (limited to 'editor')
-rw-r--r--editor/project_settings_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/project_settings_editor.cpp b/editor/project_settings_editor.cpp
index 340ea708b4..926f26af14 100644
--- a/editor/project_settings_editor.cpp
+++ b/editor/project_settings_editor.cpp
@@ -1782,6 +1782,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
tab_container->add_child(translations);
//remap for properly select language in popup
translation_locales_idxs_remap = Vector<int>();
+ translation_locales_list_created = false;
{