diff options
| author | Juan Linietsky | 2015-06-06 09:44:38 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-06-06 09:44:38 -0300 |
| commit | 9acab32daaea38e09c4d74d5f0340479d3dd41bd (patch) | |
| tree | c978e8206cc9319f32c71168fb612fc30b4ec809 /tools/editor/plugins/theme_editor_plugin.h | |
| parent | 07a466f6e6dd28bbb8b917690b634070537f1613 (diff) | |
| download | godot-9acab32daaea38e09c4d74d5f0340479d3dd41bd.tar.gz godot-9acab32daaea38e09c4d74d5f0340479d3dd41bd.tar.zst godot-9acab32daaea38e09c4d74d5f0340479d3dd41bd.zip | |
new file dialog!
-ItemList control for easier lists/thumbnails
-New file dialog, with support for thumbnails, favorites, recent places,
etc
-Moved .fscache out of the project, no more bugs due to committed/pulled
.fscache!
-Dir dialog now sorts directories
Diffstat (limited to 'tools/editor/plugins/theme_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/theme_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/theme_editor_plugin.h b/tools/editor/plugins/theme_editor_plugin.h index 37f5ad612..40c7ad818 100644 --- a/tools/editor/plugins/theme_editor_plugin.h +++ b/tools/editor/plugins/theme_editor_plugin.h @@ -48,7 +48,7 @@ class ThemeEditor : public Control { VBoxContainer *main_vb; Ref<Theme> theme; - FileDialog *file_dialog; + EditorFileDialog *file_dialog; double time_left; |
