From f9441b5b560b8790d7fb861e5418b0fed254e11f Mon Sep 17 00:00:00 2001 From: "joki%netscape.com" Date: Tue, 13 Apr 1999 23:42:58 +0000 Subject: [PATCH] Commenting out selection flashing stuff. --- layout/base/nsPresShell.cpp | 2 +- layout/html/base/src/nsPresShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/base/nsPresShell.cpp b/layout/base/nsPresShell.cpp index acd2765f4957..42f72cb691e3 100644 --- a/layout/base/nsPresShell.cpp +++ b/layout/base/nsPresShell.cpp @@ -1713,7 +1713,7 @@ PresShell::ContentStateChanged(nsIDocument* aDocument, EnterReflowLock(); nsresult rv = mStyleSet->ContentStateChanged(mPresContext, aContent); ExitReflowLock(); - if (mSelection) + //if (mSelection) //mSelection->ResetSelection(this, mRootFrame); return rv; diff --git a/layout/html/base/src/nsPresShell.cpp b/layout/html/base/src/nsPresShell.cpp index acd2765f4957..42f72cb691e3 100644 --- a/layout/html/base/src/nsPresShell.cpp +++ b/layout/html/base/src/nsPresShell.cpp @@ -1713,7 +1713,7 @@ PresShell::ContentStateChanged(nsIDocument* aDocument, EnterReflowLock(); nsresult rv = mStyleSet->ContentStateChanged(mPresContext, aContent); ExitReflowLock(); - if (mSelection) + //if (mSelection) //mSelection->ResetSelection(this, mRootFrame); return rv;