b=521198 don't update when refresh is disabled r=roc

--HG--
extra : rebase_source : 8277aa725ef29138201d825b31aad6bec258a53d
This commit is contained in:
Karl Tomlinson 2009-11-11 09:47:57 +13:00
Родитель a03d08cc97
Коммит 1ec0c4d3dd
1 изменённых файлов: 4 добавлений и 0 удалений

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

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