Bug 657279 - maction: transmit automatic data when the selected child changes. r=karlt

This commit is contained in:
Frédéric Wang 2012-04-28 11:02:22 -04:00
parent 7315f8263d
commit a2468269dd

View File

@ -217,6 +217,7 @@ nsMathMLmactionFrame::GetSelectedFrame()
mChildCount = count;
mSelection = selection;
TransmitAutomaticData();
return mSelectedFrame;
}