Skip to content

Commit 31f6413

Browse files
committed
Fix wrong file thumbnails icon
1 parent 78d9194 commit 31f6413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scene/gui/file_dialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ void FileDialog::update_file_list() {
998998
thumbnail = vicon;
999999
}
10001000
if (thumbnail.is_null()) {
1001-
thumbnail = theme_cache.file;
1001+
thumbnail = theme_cache.file_thumbnail;
10021002
}
10031003
file_list->set_item_icon(-1, thumbnail);
10041004
if (icon.is_valid()) {

0 commit comments

Comments
 (0)