mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing reftest failure, hopefully. r=pavlov
This commit is contained in:
parent
f358acdfca
commit
236f0ad4d2
@ -864,7 +864,7 @@ gfxPangoFontGroup::InitTextRun(gfxTextRun *aTextRun, const gchar *aUTF8Text,
|
||||
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
|
||||
#else
|
||||
#if defined(ENABLE_XFT_FAST_PATH_8BIT)
|
||||
if (aTake8BitPath) {
|
||||
if (aTake8BitPath && !aTextRun->IsRightToLeft()) {
|
||||
CreateGlyphRunsXft(aTextRun, aUTF8Text + aUTF8HeaderLength, aUTF8Length - aUTF8HeaderLength);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user