mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 419270: Elements with position:fixed jump while scrolling, copy the Linux solution, p=wuno@lsvw, r=me, a19a4=beltzner
This commit is contained in:
parent
8b5daa19e2
commit
298971b41d
@ -1723,7 +1723,7 @@ PRBool nsViewManager::CanScrollWithBitBlt(nsView* aView, nsPoint aDelta,
|
||||
|
||||
aUpdateRegion->MoveBy(-displayOffset);
|
||||
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
#if defined(MOZ_WIDGET_GTK2) || defined(XP_OS2)
|
||||
return aUpdateRegion->IsEmpty();
|
||||
#else
|
||||
return PR_TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user