Fixed problem with previous checkin. Made sure "mColumn" is set
correctly git-svn-id: svn://10.0.0.236/trunk@63992 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
// (only text objects do this). Note that if x is zero then this
|
||||
|
||||
Reference in New Issue
Block a user