From 2f87e7ffe97d5e290a107b3ddfef961f4d71ee17 Mon Sep 17 00:00:00 2001 From: ianb96 Date: Wed, 14 Feb 2018 11:32:33 -0500 Subject: option to disable sort in script list (cherry picked from commit e1778fb921a7800e50fd464cc16eaae6faa19ee9) --- editor/plugins/script_editor_plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/plugins/script_editor_plugin.h') diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index e60e4cf8c..0f7c0c56c 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer { enum ScriptSortBy { SORT_BY_NAME, SORT_BY_PATH, + SORT_BY_NONE }; enum ScriptListName { -- cgit v1.2.3-70-g09d2