2
0
Fork 0

Fix overflow in export template manager

Fixes the possible overflow of buttons after downloading the
current export template with using custom fonts or custom font size.

Fix #48826

(cherry picked from commit 4659b2ad4a)
3.3
Jonas Bernemann 2021-06-01 22:56:43 +07:00 committed by Rémi Verschelde
parent 843e6bbd6b
commit 5b3f94e807
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

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