diff --git a/vtm/src/org/oscim/scalebar/MapScaleBar.java b/vtm/src/org/oscim/scalebar/MapScaleBar.java index d8f052d7..28b17ce4 100644 --- a/vtm/src/org/oscim/scalebar/MapScaleBar.java +++ b/vtm/src/org/oscim/scalebar/MapScaleBar.java @@ -266,7 +266,7 @@ public abstract class MapScaleBar { * @return true if redraw is necessary, false otherwise */ protected boolean isRedrawNecessary() { - if (this.redrawNeeded || this.prevMapPosition == null) { + if (this.redrawNeeded) { return true; }