зеркало из https://github.com/mozilla/gecko-dev.git
Bug 303458. Check in rest of patch for 295673. Doh!
This commit is contained in:
Родитель
1e084c657d
Коммит
e7a94b24b9
|
@ -2499,7 +2499,7 @@ nsMargin
|
|||
nsGfxScrollFrameInner::GetActualScrollbarSizes() const {
|
||||
nsMargin border;
|
||||
mOuter->GetBorder(border);
|
||||
nsRect r = mOuter->GetRect();
|
||||
nsRect r(nsPoint(0,0), mOuter->GetSize());
|
||||
r.Deflate(border);
|
||||
nsRect scrollArea = mScrollableView->View()->GetBounds();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче