mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Partial backout of changeset cfc553938038 (bug 463042) in order to fix bug 468167, "Deleting selected top of document (from below) no longer scrolls what remains into view".
This commit is contained in:
parent
1c1214a195
commit
05944a7f56
@ -1910,8 +1910,7 @@ void nsGfxScrollFrameInner::CurPosAttributeChanged(nsIContent* aContent)
|
||||
InternalScrollPositionDidChange(curPosX, curPosY);
|
||||
mFrameInitiatedScroll = PR_FALSE;
|
||||
}
|
||||
ScrollbarChanged(mOuter->PresContext(), x, y,
|
||||
isSmooth ? NS_VMREFRESH_SMOOTHSCROLL : NS_VMREFRESH_DEFERRED);
|
||||
ScrollbarChanged(mOuter->PresContext(), x, y, isSmooth ? NS_VMREFRESH_SMOOTHSCROLL : 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user