mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 17:18:37 +00:00
Revert "Issue #1355 - Better way to create display items for column backgrounds"
This reverts commit 44c47c5038.
This commit is contained in:
@@ -77,11 +77,12 @@ nsMathMLmrootFrame::TransmitAutomaticData()
|
||||
|
||||
void
|
||||
nsMathMLmrootFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists)
|
||||
{
|
||||
/////////////
|
||||
// paint the content we are square-rooting
|
||||
nsMathMLContainerFrame::BuildDisplayList(aBuilder, aLists);
|
||||
nsMathMLContainerFrame::BuildDisplayList(aBuilder, aDirtyRect, aLists);
|
||||
|
||||
/////////////
|
||||
// paint the sqrt symbol
|
||||
|
||||
Reference in New Issue
Block a user