зеркало из https://github.com/mozilla/gecko-dev.git
oops. union works better than intersect...
This commit is contained in:
Родитель
f99bf01327
Коммит
aba2f5adb4
|
@ -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);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче