From 3af11ff3d8844f4dccd5df307f9383237e8b9fb7 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Mon, 22 Oct 2018 11:31:50 +0300 Subject: Update filesystem dock when theme changed --- editor/filesystem_dock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/filesystem_dock.h') 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 &p_preview, const Ref &p_small_preview, const Variant &p_udata); void _tree_thumbnail_done(const String &p_path, const Ref &p_preview, const Ref &p_small_preview, const Variant &p_udata); - void _update_display_mode(); + void _update_display_mode(bool p_force = false); Vector _tree_get_selected(bool remove_self_inclusion = true); -- cgit v1.2.3