Browse Source

Merge pull request #49245 from NoFr1ends/fix-48826

Fix overflow in export template manager
Rémi Verschelde 4 năm trước cách đây
mục cha
commit
92713854a5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      editor/export_template_manager.cpp

+ 2 - 0
editor/export_template_manager.cpp

@@ -136,6 +136,8 @@ void ExportTemplateManager::_update_template_list() {
 
 		installed_vb->add_child(hbc);
 	}
+
+	_fix_size();
 }
 
 void ExportTemplateManager::_download_template(const String &p_version) {