зеркало из https://github.com/mozilla/pjs.git
fixed bug bug in new region code where region was not Init()ed.
This commit is contained in:
Родитель
920b1e1525
Коммит
59af80be4b
|
@ -853,6 +853,8 @@ void nsViewManager :: AddRectToDirtyRegion(nsRect &aRect)
|
|||
|
||||
if (NS_OK != rv)
|
||||
return;
|
||||
else
|
||||
mDirtyRegion->Init();
|
||||
}
|
||||
|
||||
nsRect trect = aRect;
|
||||
|
|
Загрузка…
Ссылка в новой задаче