From 31ff66e9c2dcd13dd3bf6d30a7bdeb71ab10795a Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Wed, 27 Oct 2004 01:36:35 +0000 Subject: [PATCH] Always give a space manager. Bug 265371, r+sr=roc git-svn-id: svn://10.0.0.236/trunk@164483 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/forms/nsIsIndexFrame.cpp | 2 +- mozilla/layout/html/forms/src/nsIsIndexFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/forms/nsIsIndexFrame.cpp b/mozilla/layout/forms/nsIsIndexFrame.cpp index 104551a4bbf..b5e90749e11 100644 --- a/mozilla/layout/forms/nsIsIndexFrame.cpp +++ b/mozilla/layout/forms/nsIsIndexFrame.cpp @@ -100,7 +100,7 @@ NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame) nsIsIndexFrame::nsIsIndexFrame() { //Shrink the area around it's contents - SetFlags(NS_BLOCK_SHRINK_WRAP); + SetFlags(NS_BLOCK_SHRINK_WRAP | NS_BLOCK_SPACE_MGR); } nsIsIndexFrame::~nsIsIndexFrame() diff --git a/mozilla/layout/html/forms/src/nsIsIndexFrame.cpp b/mozilla/layout/html/forms/src/nsIsIndexFrame.cpp index 104551a4bbf..b5e90749e11 100644 --- a/mozilla/layout/html/forms/src/nsIsIndexFrame.cpp +++ b/mozilla/layout/html/forms/src/nsIsIndexFrame.cpp @@ -100,7 +100,7 @@ NS_NewIsIndexFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame) nsIsIndexFrame::nsIsIndexFrame() { //Shrink the area around it's contents - SetFlags(NS_BLOCK_SHRINK_WRAP); + SetFlags(NS_BLOCK_SHRINK_WRAP | NS_BLOCK_SPACE_MGR); } nsIsIndexFrame::~nsIsIndexFrame()