зеркало из https://github.com/mozilla/pjs.git
oops. union works better than intersect...
This commit is contained in:
Родитель
95f25aa5dd
Коммит
bb5128d844
|
@ -1388,7 +1388,7 @@ static void calc_extents(nsIView *view, nsRect *extents, nscoord ox, nscoord oy)
|
|||
bounds.x += ox;
|
||||
bounds.y += oy;
|
||||
|
||||
extents->IntersectRect(*extents, bounds);
|
||||
extents->UnionRect(*extents, bounds);
|
||||
|
||||
calc_extents(kid, extents, bounds.x, bounds.y);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче