Reposition the zoom slider after recreating the SimplePanZoom control

This commit is contained in:
Tom Hughes 2012-08-15 19:04:40 +01:00
parent 2638cd5252
commit 31af63f273

View file

@ -135,6 +135,7 @@ OpenLayers.Control.SimplePanZoom = OpenLayers.Class(OpenLayers.Control.PanZoom,
this._removeZoomBar();
}
this.draw();
this.moveZoomBar();
},
/**