зеркало из https://github.com/mozilla/pjs.git
b=521198 don't update when refresh is disabled r=roc
--HG-- extra : rebase_source : 8277aa725ef29138201d825b31aad6bec258a53d
This commit is contained in:
Родитель
a03d08cc97
Коммит
1ec0c4d3dd
|
@ -1552,6 +1552,10 @@ void nsViewManager::UpdateWidgetsForView(nsView* aView)
|
|||
{
|
||||
NS_PRECONDITION(aView, "Must have view!");
|
||||
|
||||
// No point forcing an update if invalidations have been suppressed.
|
||||
if (!IsRefreshEnabled())
|
||||
return;
|
||||
|
||||
nsWeakView parentWeakView = aView;
|
||||
if (aView->HasWidget()) {
|
||||
aView->GetWidget()->Update(); // Flushes Layout!
|
||||
|
|
Загрузка…
Ссылка в новой задаче