diff --git a/scene/gui/file_dialog.cpp b/scene/gui/file_dialog.cpp index f011aef71b5..fe5c936974d 100644 --- a/scene/gui/file_dialog.cpp +++ b/scene/gui/file_dialog.cpp @@ -998,7 +998,7 @@ void FileDialog::update_file_list() { thumbnail = vicon; } if (thumbnail.is_null()) { - thumbnail = theme_cache.file; + thumbnail = theme_cache.file_thumbnail; } file_list->set_item_icon(-1, thumbnail); if (icon.is_valid()) {