Fix blinking selection on mouseover

This commit is contained in:
joki%netscape.com 1999-04-13 23:34:58 +00:00
parent b7780e7118
commit f6b9ad3e7e
2 changed files with 2 additions and 2 deletions

View File

@ -1714,7 +1714,7 @@ PresShell::ContentStateChanged(nsIDocument* aDocument,
nsresult rv = mStyleSet->ContentStateChanged(mPresContext, aContent);
ExitReflowLock();
if (mSelection)
mSelection->ResetSelection(this, mRootFrame);
//mSelection->ResetSelection(this, mRootFrame);
return rv;
}

View File

@ -1714,7 +1714,7 @@ PresShell::ContentStateChanged(nsIDocument* aDocument,
nsresult rv = mStyleSet->ContentStateChanged(mPresContext, aContent);
ExitReflowLock();
if (mSelection)
mSelection->ResetSelection(this, mRootFrame);
//mSelection->ResetSelection(this, mRootFrame);
return rv;
}