Fixed #2502
This commit is contained in:
@@ -136,7 +136,7 @@ public class ResearchDialog extends BaseDialog{
|
|||||||
|
|
||||||
touchable = Touchable.enabled;
|
touchable = Touchable.enabled;
|
||||||
|
|
||||||
addListener(new ElementGestureListener(){
|
addCaptureListener(new ElementGestureListener(){
|
||||||
@Override
|
@Override
|
||||||
public void zoom(InputEvent event, float initialDistance, float distance){
|
public void zoom(InputEvent event, float initialDistance, float distance){
|
||||||
if(view.lastZoom < 0){
|
if(view.lastZoom < 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user