diff options
| author | ianb96 | 2018-02-14 11:32:33 -0500 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-19 22:26:29 +0100 |
| commit | 2f87e7ffe97d5e290a107b3ddfef961f4d71ee17 (patch) | |
| tree | 63e774b9130186e2ef015b3bcfbfa6ef0b1f37c0 /editor/plugins/script_editor_plugin.h | |
| parent | 12da8dcdeb9fbb6162f85d9e752f6938b1811935 (diff) | |
| download | godot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.tar.gz godot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.tar.zst godot-2f87e7ffe97d5e290a107b3ddfef961f4d71ee17.zip | |
option to disable sort in script list
(cherry picked from commit e1778fb921a7800e50fd464cc16eaae6faa19ee9)
Diffstat (limited to '')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
