Fixing mathml bustage caused by checkin for bug 115113.

Bug 115738 r=shrike,cement,monkeypox,nebiros,otaku
This commit is contained in:
seawood%netscape.com 2001-12-18 04:56:50 +00:00
Родитель 2375406ff7
Коммит f96bc2f9e8
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -24,6 +24,7 @@
struct nsPresentationData;
struct nsEmbellishData;
struct nsHTMLReflowMetrics;
// IID for the nsIMathMLFrame interface (the IID was taken from IIDS.h)
/* a6cf9113-15b3-11d2-932e-00805f8add32 */

Просмотреть файл

@ -492,7 +492,7 @@ nsMathMLmactionFrame::MouseClick(nsIDOMEvent* aMouseEvent)
mPresContext->GetShell(getter_AddRefs(presShell));
presShell->CancelReflowCommand(this, nsnull);
nsFrame::CreateAndPostReflowCommand(presShell, mSelectedFrame,
nsIReflowCommand::StyleChanged, nsnull, nsnull, nsnull);
eReflowType_StyleChanged, nsnull, nsnull, nsnull);
}
}
}