Fixed #1340
This commit is contained in:
@@ -189,7 +189,7 @@ public class MapView extends Element implements GestureListener{
|
|||||||
lastTool = null;
|
lastTool = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(ui.editor.hasPane()) return;
|
if(Core.scene.getScrollFocus() != this) return;
|
||||||
|
|
||||||
zoom += Core.input.axis(KeyCode.SCROLL) / 10f * zoom;
|
zoom += Core.input.axis(KeyCode.SCROLL) / 10f * zoom;
|
||||||
clampZoom();
|
clampZoom();
|
||||||
|
|||||||
Reference in New Issue
Block a user