mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 05:39:58 +00:00
Fix wrong file thumbnails icon
This commit is contained in:
parent
78d91947f6
commit
31f6413717
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue