Merge pull request #64483 from danboo/system-font-use-first-match-fix

This commit is contained in:
Hugo Locurcio 2022-08-16 14:47:58 +02:00 committed by GitHub
commit 54a9cd9d5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2808,6 +2808,8 @@ void SystemFont::_update_base_font() {
file->set_oversampling(oversampling);
base_font = file;
break;
}
if (base_font.is_valid()) {