зеркало из https://github.com/mozilla/pjs.git
Fix blinking selection on mouseover
This commit is contained in:
Родитель
147062e400
Коммит
b3b480b49b
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче