No real code change: added comment to explain fix to bug 57206, r=brade, sr=kin
git-svn-id: svn://10.0.0.236/trunk@87228 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
38e5a9cb4e
commit
6c9ac5fa85
@ -945,8 +945,12 @@ function ValidateCellData()
|
||||
}
|
||||
|
||||
if (dialog.CellVAlignCheckbox.checked)
|
||||
{
|
||||
// Always set valign (no default in 2nd param) so
|
||||
// the default "middle" is effective in a cell
|
||||
// when parent row has valign set.
|
||||
SetAlign("CellVAlignList", "", globalCellElement, "valign");
|
||||
// SetAlign("CellVAlignList", defVAlign, globalCellElement, "valign");
|
||||
}
|
||||
|
||||
if (dialog.TextWrapCheckbox.checked)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user