fix bug in panzoombar slider, p=sowee, r=me (closes #2384)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10106 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2010-03-17 21:16:01 +00:00
parent 1d6c1f437e
commit e061da04c9

View File

@@ -375,6 +375,7 @@ OpenLayers.Control.PanZoomBar = OpenLayers.Class(OpenLayers.Control.PanZoom, {
}
this.map.zoomTo(zoomLevel);
this.mouseDragStart = null;
this.zoomStart = null;
OpenLayers.Event.stop(evt);
}
},