mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Set fLogicalOrder in the SCRIPTITEM before copying to the ranges so that ScriptPlace has it set. Bug 395676, r+blocking1.9=pavlov
This commit is contained in:
parent
a64d4f8d85
commit
4b4bd5501f
@ -913,8 +913,8 @@ public:
|
||||
|
||||
const PRUnichar *str = mAlternativeString ? mAlternativeString : mRangeString;
|
||||
|
||||
mScriptItem->a.fLogicalOrder = PR_TRUE;
|
||||
SCRIPT_ANALYSIS sa = mScriptItem->a;
|
||||
sa.fLogicalOrder = PR_TRUE;
|
||||
/*
|
||||
fLinkBefore and fLinkAfter in the SCRIPT_ANALYSIS structure refer to
|
||||
the whole item, so if the current range begins after the beginning
|
||||
|
Loading…
Reference in New Issue
Block a user