This commit is contained in:
dbaron%dbaron.org 2004-04-22 20:58:32 +00:00
Родитель b93c5da550
Коммит 937fee0a01
2 изменённых файлов: 4 добавлений и 2 удалений

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

@ -657,7 +657,8 @@ nsGfxScrollFrame::GetScrollbarStyles() const
PRUint8 overflow;
if (GetParent() && GetParent()->GetType() == nsLayoutAtoms::viewportFrame &&
// Make sure we're actually the root scrollframe
GetParent()->GetFirstChild(nsnull) == this) {
GetParent()->GetFirstChild(nsnull) ==
NS_STATIC_CAST(const nsIFrame*, this)) {
overflow = GetPresContext()->GetViewportOverflowOverride();
} else {
overflow = GetStyleDisplay()->mOverflow;

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

@ -657,7 +657,8 @@ nsGfxScrollFrame::GetScrollbarStyles() const
PRUint8 overflow;
if (GetParent() && GetParent()->GetType() == nsLayoutAtoms::viewportFrame &&
// Make sure we're actually the root scrollframe
GetParent()->GetFirstChild(nsnull) == this) {
GetParent()->GetFirstChild(nsnull) ==
NS_STATIC_CAST(const nsIFrame*, this)) {
overflow = GetPresContext()->GetViewportOverflowOverride();
} else {
overflow = GetStyleDisplay()->mOverflow;