1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

option to disable sort in script list

(cherry picked from commit e1778fb921)
This commit is contained in:
ianb96
2018-02-14 11:32:33 -05:00
committed by Hein-Pieter van Braam
parent 12da8dcdeb
commit 2f87e7ffe9
2 changed files with 5 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ class ScriptEditor : public PanelContainer {
enum ScriptSortBy {
SORT_BY_NAME,
SORT_BY_PATH,
SORT_BY_NONE
};
enum ScriptListName {