зеркало из 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);
|
aContext->GetMutableStyleData(eStyleStruct_Text);
|
||||||
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
||||||
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
||||||
|
|
||||||
|
// XXX This should ONLY be done if the margin is auto!!!
|
||||||
float p2t = aPresContext->GetPixelsToTwips();
|
float p2t = aPresContext->GetPixelsToTwips();
|
||||||
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
||||||
switch (align) {
|
switch (align) {
|
||||||
|
|
|
@ -244,6 +244,8 @@ MapAttributesInto(nsIHTMLAttributes* aAttributes,
|
||||||
aContext->GetMutableStyleData(eStyleStruct_Text);
|
aContext->GetMutableStyleData(eStyleStruct_Text);
|
||||||
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
nsStyleSpacing* spacing = (nsStyleSpacing*)
|
||||||
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
aContext->GetMutableStyleData(eStyleStruct_Spacing);
|
||||||
|
|
||||||
|
// XXX This should ONLY be done if the margin is auto!!!
|
||||||
float p2t = aPresContext->GetPixelsToTwips();
|
float p2t = aPresContext->GetPixelsToTwips();
|
||||||
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
nsStyleCoord three(NSIntPixelsToTwips(3, p2t));
|
||||||
switch (align) {
|
switch (align) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче