diff options
author | Chaosus <chaosus89@gmail.com> | 2018-10-22 11:31:50 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2018-10-23 12:37:00 +0300 |
commit | 3af11ff3d8844f4dccd5df307f9383237e8b9fb7 (patch) | |
tree | 0e18bcc73d63ccb4a33e4824c299a72b1fff5d8c /editor/filesystem_dock.h | |
parent | 955a913a1fcc7551a3e03017eb2ac8edc4ee7043 (diff) |
Update filesystem dock when theme changed
Diffstat (limited to 'editor/filesystem_dock.h')
-rw-r--r-- | editor/filesystem_dock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index d964515572..2aa79b1ddd 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -268,7 +268,7 @@ private: void _file_list_thumbnail_done(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, const Variant &p_udata); void _tree_thumbnail_done(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, const Variant &p_udata); - void _update_display_mode(); + void _update_display_mode(bool p_force = false); Vector<String> _tree_get_selected(bool remove_self_inclusion = true); |