Merge pull request #49245 from NoFr1ends/fix-48826
Fix overflow in export template manager
This commit is contained in:
commit
92713854a5
@ -136,6 +136,8 @@ void ExportTemplateManager::_update_template_list() {
|
|||||||
|
|
||||||
installed_vb->add_child(hbc);
|
installed_vb->add_child(hbc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_fix_size();
|
||||||
}
|
}
|
||||||
|
|
||||||
void ExportTemplateManager::_download_template(const String &p_version) {
|
void ExportTemplateManager::_download_template(const String &p_version) {
|
||||||
|
Loading…
Reference in New Issue
Block a user