mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1173579 - Take the first valid default font. r=jdagget
This commit is contained in:
parent
af478d2bb6
commit
c46f24fc84
@ -1889,6 +1889,9 @@ gfxFontGroup::GetDefaultFont()
|
||||
needsBold);
|
||||
if (fe) {
|
||||
mDefaultFont = fe->FindOrMakeFont(&mStyle, needsBold);
|
||||
if (mDefaultFont) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user