зеркало из https://github.com/mozilla/gecko-dev.git
Added a reminder XXX
This commit is contained in:
Родитель
855bc5bdea
Коммит
1b4505ed58
|
@ -244,6 +244,8 @@ MapAttributesInto(nsIHTMLAttributes* aAttributes,
|
|||
aContext->GetMutableStyleData(eStyleStruct_Text);
|
||||
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
||||
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
||||
|
||||
// XXX This should ONLY be done if the margin is auto!!!
|
||||
float p2t = aPresContext->GetPixelsToTwips();
|
||||
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
||||
switch (align) {
|
||||
|
|
|
@ -244,6 +244,8 @@ MapAttributesInto(nsIHTMLAttributes* aAttributes,
|
|||
aContext->GetMutableStyleData(eStyleStruct_Text);
|
||||
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
||||
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
||||
|
||||
// XXX This should ONLY be done if the margin is auto!!!
|
||||
float p2t = aPresContext->GetPixelsToTwips();
|
||||
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
||||
switch (align) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче