mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 94687 First step of fixing z-index style in XUL - create views for children of stacks
r+sr=roc
This commit is contained in:
parent
c99ac5cc27
commit
2509f6846c
@ -844,6 +844,9 @@ nsContainerFrame::FrameNeedsView(nsIFrame* aFrame)
|
||||
}
|
||||
}
|
||||
|
||||
if (aFrame->GetParent()->GetStyleDisplay()->mDisplay==NS_STYLE_DISPLAY_STACK)
|
||||
return PR_TRUE;
|
||||
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user