Fix blinking selection on mouseover

This commit is contained in:
joki%netscape.com 1999-04-13 23:34:58 +00:00
Родитель 147062e400
Коммит b3b480b49b
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

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