From a84a46176729ffab82703bdff62fcde73dd6477d Mon Sep 17 00:00:00 2001 From: Adham Zahran Date: Wed, 12 Oct 2016 22:23:48 +0200 Subject: fix #6031 when creating a script the language will be what you selected last time --- tools/editor/editor_settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/editor/editor_settings.h') diff --git a/tools/editor/editor_settings.h b/tools/editor/editor_settings.h index 2a7d3bb4f0..a976602304 100644 --- a/tools/editor/editor_settings.h +++ b/tools/editor/editor_settings.h @@ -160,6 +160,9 @@ public: void set_optimize_save(bool p_optimize); + String get_last_selected_language(); + void set_last_selected_language(String p_language); + EditorSettings(); ~EditorSettings(); -- cgit v1.2.3