Merge pull request #49245 from NoFr1ends/fix-48826

Fix overflow in export template manager
This commit is contained in:
Rémi Verschelde 2021-06-01 23:07:35 +02:00 committed by GitHub
commit 92713854a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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