mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 708928 - Don't render when a finger is down. r=Cwiiis
This commit is contained in:
parent
043e3dd5e4
commit
f46acf9043
@ -934,7 +934,7 @@ public class PanZoomController
|
||||
}
|
||||
|
||||
public boolean getRedrawHint() {
|
||||
return (mState != PanZoomState.PINCHING);
|
||||
return (mState == PanZoomState.NOTHING || mState == PanZoomState.FLING);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user