Commenting out selection flashing stuff.

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

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

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

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

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