The frames need to be appended and the default method just asserts

b=41528 r=kmcclusk
This commit is contained in:
rods@netscape.com
2000-08-02 22:16:12 +00:00
parent 785525d14e
commit 838bcfe678
4 changed files with 30 additions and 0 deletions

View File

@@ -779,4 +779,15 @@ NS_IMETHODIMP nsHTMLButtonControlFrame::SetSuggestedSize(nscoord aWidth, nscoord
NS_IMETHODIMP
nsHTMLButtonControlFrame::AppendFrames(nsIPresContext* aPresContext,
nsIPresShell& aPresShell,
nsIAtom* aListName,
nsIFrame* aFrameList)
{
return mFrames.FirstChild()->AppendFrames(aPresContext,
aPresShell,
aListName,
aFrameList);
}