fixed bug bug in new region code where region was not Init()ed.

This commit is contained in:
michaelp 1998-06-03 18:13:12 +00:00
Родитель 920b1e1525
Коммит 59af80be4b
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -853,6 +853,8 @@ void nsViewManager :: AddRectToDirtyRegion(nsRect &aRect)
if (NS_OK != rv)
return;
else
mDirtyRegion->Init();
}
nsRect trect = aRect;