Dragging stopped by Event.stop call when it shouldn't have been -- no

need for this. Only stop event if mousedown started in zoombar. 


git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1353 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-08-24 05:59:12 +00:00
parent a50b175b66
commit 5320cd290c

View File

@@ -184,8 +184,8 @@ OpenLayers.Control.PanZoomBar.prototype =
this.slider.style.top = newTop+"px";
}
this.mouseDragStart = evt.xy.clone();
}
Event.stop(evt);
}
},
/*