Ticket #1579: Box.js.patch
| File Box.js.patch, 0.6 kB (added by openlayers, 7 months ago) |
|---|
-
.
old new 91 91 if (xy.x < this.dragHandler.start.x) { 92 92 this.zoomBox.style.left = xy.x+"px"; 93 93 } 94 else{ 95 this.zoomBox.style.left = this.dragHandler.start.x+"px"; 96 } 94 97 if (xy.y < this.dragHandler.start.y) { 95 98 this.zoomBox.style.top = xy.y+"px"; 96 99 } 100 else{ 101 this.zoomBox.style.top = this.dragHandler.start.y+"px"; 102 } 97 103 }, 98 104 99 105 /**
