mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 478504. Need to clear textruns in bidi continuations too. r=roc
This commit is contained in:
parent
994db22329
commit
86994c8fce
@ -3762,7 +3762,7 @@ static void
|
||||
ClearTextRunsInFlowChain(nsTextFrame* aFrame)
|
||||
{
|
||||
nsTextFrame* f;
|
||||
for (f = aFrame; f; f = static_cast<nsTextFrame*>(f->GetNextInFlow())) {
|
||||
for (f = aFrame; f; f = static_cast<nsTextFrame*>(f->GetNextContinuation())) {
|
||||
f->ClearTextRun();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user