mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 751479 - Guard against the scale gesture detector receiving move events without corresponding down events. r=Cwiiis
This commit is contained in:
parent
6c0b5b116e
commit
802a8d64dd
@ -852,7 +852,7 @@ public class PanZoomController
|
||||
if (GeckoApp.mDOMFullScreen)
|
||||
return false;
|
||||
|
||||
if (mState == PanZoomState.ANIMATED_ZOOM)
|
||||
if (mState != PanZoomState.PINCHING)
|
||||
return false;
|
||||
|
||||
float prevSpan = detector.getPreviousSpan();
|
||||
|
Loading…
Reference in New Issue
Block a user