diff options
| author | Rémi Verschelde | 2018-02-19 20:37:15 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-19 20:37:15 +0100 |
| commit | 5efbb08a7a8cc7bcec05645088d3e2f5e87216aa (patch) | |
| tree | 93a2cff2bf124b3a2f7ec37ced358b74002cad47 /editor/plugins/script_editor_plugin.h | |
| parent | 48850d4077f4a21ac27e6b1f969f6887440b3244 (diff) | |
| parent | e1778fb921a7800e50fd464cc16eaae6faa19ee9 (diff) | |
| download | godot-5efbb08a7a8cc7bcec05645088d3e2f5e87216aa.tar.gz godot-5efbb08a7a8cc7bcec05645088d3e2f5e87216aa.tar.zst godot-5efbb08a7a8cc7bcec05645088d3e2f5e87216aa.zip | |
Merge pull request #16697 from ianb96/script_list_no_sort
Add Option to disable sort in script list
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
| -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 e98a4c97a..a5531c96b 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 { |
