зеркало из https://github.com/mozilla/gecko-dev.git
Fixed problem with previous checkin. Made sure "mColumn" is set
correctly
This commit is contained in:
Родитель
68620e7b61
Коммит
7007f487f2
|
@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lineLayout.SetColumn(column);
|
lineLayout.SetColumn(textData.mColumn);
|
||||||
|
|
||||||
// Inform line layout of how this piece of text ends in whitespace
|
// Inform line layout of how this piece of text ends in whitespace
|
||||||
// (only text objects do this). Note that if x is zero then this
|
// (only text objects do this). Note that if x is zero then this
|
||||||
|
|
|
@ -3271,7 +3271,7 @@ nsTextFrame::Reflow(nsIPresContext* aPresContext,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lineLayout.SetColumn(column);
|
lineLayout.SetColumn(textData.mColumn);
|
||||||
|
|
||||||
// Inform line layout of how this piece of text ends in whitespace
|
// Inform line layout of how this piece of text ends in whitespace
|
||||||
// (only text objects do this). Note that if x is zero then this
|
// (only text objects do this). Note that if x is zero then this
|
||||||
|
|
Загрузка…
Ссылка в новой задаче