small correction
This commit is contained in:
parent
16c4beb6b4
commit
3945371aaa
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Reference in a new issue