From 7d511be77e5d77e748fe2525e1b5bcec40dc7ecc 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. git-svn-id: svn://10.0.0.236/trunk@27415 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresShell.cpp | 2 +- mozilla/layout/html/base/src/nsPresShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index acd2765f495..42f72cb691e 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/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/mozilla/layout/html/base/src/nsPresShell.cpp b/mozilla/layout/html/base/src/nsPresShell.cpp index acd2765f495..42f72cb691e 100644 --- a/mozilla/layout/html/base/src/nsPresShell.cpp +++ b/mozilla/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;