зеркало из https://github.com/mozilla/gecko-dev.git
fixed default cellspacing and cellpadding
This commit is contained in:
Родитель
bce8bc5489
Коммит
bc20fdad3a
|
@ -664,12 +664,6 @@ void StyleTableImpl::ResetFrom(const nsStyleTable* aParent, nsIPresContext* aPre
|
|||
mCellPadding.Reset();
|
||||
mCellSpacing.Reset();
|
||||
mSpanWidth.Reset();
|
||||
if (nsnull!=aPresContext)
|
||||
{
|
||||
float p2t = aPresContext->GetPixelsToTwips();
|
||||
mCellPadding.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
mCellSpacing.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
}
|
||||
mSpan=1;
|
||||
}
|
||||
|
||||
|
|
|
@ -664,12 +664,6 @@ void StyleTableImpl::ResetFrom(const nsStyleTable* aParent, nsIPresContext* aPre
|
|||
mCellPadding.Reset();
|
||||
mCellSpacing.Reset();
|
||||
mSpanWidth.Reset();
|
||||
if (nsnull!=aPresContext)
|
||||
{
|
||||
float p2t = aPresContext->GetPixelsToTwips();
|
||||
mCellPadding.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
mCellSpacing.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
}
|
||||
mSpan=1;
|
||||
}
|
||||
|
||||
|
|
|
@ -664,12 +664,6 @@ void StyleTableImpl::ResetFrom(const nsStyleTable* aParent, nsIPresContext* aPre
|
|||
mCellPadding.Reset();
|
||||
mCellSpacing.Reset();
|
||||
mSpanWidth.Reset();
|
||||
if (nsnull!=aPresContext)
|
||||
{
|
||||
float p2t = aPresContext->GetPixelsToTwips();
|
||||
mCellPadding.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
mCellSpacing.SetCoordValue(NSIntPixelsToTwips(1, p2t));
|
||||
}
|
||||
mSpan=1;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче