Turning on the new tree widget. Bug#30511, r=evaughan

This commit is contained in:
hyatt@netscape.com
2000-06-19 22:57:39 +00:00
parent 15b3f9bed2
commit 4c757b83ca
17 changed files with 180 additions and 88 deletions

View File

@@ -152,7 +152,7 @@ static PRBool gReallyNoisyContentUpdates = PR_FALSE;
static PRBool gNoisyInlineConstruction = PR_FALSE;
#endif
//#define XULTREE
#define XULTREE
#ifdef XULTREE
#include "nsXULTreeFrame.h"
#include "nsXULTreeOuterGroupFrame.h"
@@ -9050,8 +9050,8 @@ nsCSSFrameConstructor::ContentRemoved(nsIPresContext* aPresContext,
nsBoxLayoutState state(aPresContext);
treeRowGroup->MarkDirtyChildren(state);
treeRowGroup->ClearRowGroupInfo();
return NS_OK;
}
return NS_OK;
#else
nsTreeRowGroupFrame* treeRowGroup = (nsTreeRowGroupFrame*)parentFrame;
if (treeRowGroup) {