summaryrefslogtreecommitdiffstats
path: root/editor/plugins/asset_library_editor_plugin.cpp
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-06-01 21:28:49 -0300
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-06-06 13:16:52 -0300
commit7a3882723cf12f8d547e3eb18ed3b375c43fcd03 (patch)
tree582cf2e1687015de782c4c0f8aead3fda4586956 /editor/plugins/asset_library_editor_plugin.cpp
parent07d4cd7f6d833332b1bc3d2025d222778624ce17 (diff)
downloadredot-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.cpp1
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);