diff options
| author | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-01 21:28:49 -0300 |
|---|---|---|
| committer | Guilherme Felipe <guilhermefelipecgs@gmail.com> | 2018-06-06 13:16:52 -0300 |
| commit | 7a3882723cf12f8d547e3eb18ed3b375c43fcd03 (patch) | |
| tree | 582cf2e1687015de782c4c0f8aead3fda4586956 /editor/plugins/asset_library_editor_plugin.cpp | |
| parent | 07d4cd7f6d833332b1bc3d2025d222778624ce17 (diff) | |
| download | redot-engine-7a3882723cf12f8d547e3eb18ed3b375c43fcd03.tar.gz | |
Fix #16069, #19292, #19267 and #18940
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index d595d4dd98..505dd4ab76 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -234,6 +234,7 @@ void EditorAssetLibraryItemDescription::_preview_click(int p_id) { if (!preview_images[i].is_video) { if (preview_images[i].image.is_valid()) { preview->set_texture(preview_images[i].image); + minimum_size_changed(); } } else { _link_click(preview_images[i].video_link); |
