зеркало из https://github.com/mozilla/gecko-dev.git
Commenting out selection flashing stuff.
This commit is contained in:
Родитель
7a54193ed6
Коммит
f9441b5b56
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче