Skip to content

Commit

Permalink
transformFeature() already call drawHandles
Browse files Browse the repository at this point in the history
  • Loading branch information
fredj committed Jan 27, 2012
1 parent a75d8ab commit 717e13f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/OpenLayers/Control/TransformFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ OpenLayers.Control.TransformFeature = OpenLayers.Class(OpenLayers.Control, {
onDrag: function(feature, pixel) {
if(feature === control.box) {
control.transformFeature({center: control.center});
control.drawHandles();
}
},
// set a new feature
Expand Down

0 comments on commit 717e13f

Please sign in to comment.