Commenting out selection flashing stuff.

git-svn-id: svn://10.0.0.236/trunk@27415 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joki%netscape.com
1999-04-13 23:42:58 +00:00
parent be53160f88
commit 7d511be77e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;