small correction

This commit is contained in:
sonora 2016-12-29 17:25:42 +01:00
parent 16c4beb6b4
commit 3945371aaa

View file

@ -124,7 +124,7 @@ public class MultiTouchSupport {
}
zoomRelative = distance / zoomStartedDistance;
listener.onZoomingOrRotating(zoomRelative, angleRelative);
return false;
return true;
}
} catch (Exception e) {
log.debug("Multi touch exception" , e); //$NON-NLS-1$