mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 13:49:54 +00:00
Merge pull request #113572 from KoBeWi/bugnail
Fix wrong file thumbnails icon
This commit is contained in:
commit
27b185955d
1 changed files with 1 additions and 1 deletions
|
|
@ -998,7 +998,7 @@ void FileDialog::update_file_list() {
|
||||||
thumbnail = vicon;
|
thumbnail = vicon;
|
||||||
}
|
}
|
||||||
if (thumbnail.is_null()) {
|
if (thumbnail.is_null()) {
|
||||||
thumbnail = theme_cache.file;
|
thumbnail = theme_cache.file_thumbnail;
|
||||||
}
|
}
|
||||||
file_list->set_item_icon(-1, thumbnail);
|
file_list->set_item_icon(-1, thumbnail);
|
||||||
if (icon.is_valid()) {
|
if (icon.is_valid()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue