Index: applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java
===================================================================
--- applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java	(revision 14120)
+++ applications/editors/josm/plugins/livegps/src/livegps/LiveGpsLayer.java	(revision 16290)
@@ -74,5 +74,5 @@
     {
         if (lastPoint != null)
-            Main.map.mapView.zoomTo(lastPoint.eastNorth, Main.map.mapView.getScale());
+            Main.map.mapView.zoomTo(lastPoint.eastNorth);
     }
 
