Changeset 3983
- Timestamp:
- 08/23/07 07:14:45 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/camptocamp/feature/lib/OpenLayers/Control/DeleteVertex.js
r3938 r3983 119 119 this.selectVertexControl.deactivate(); 120 120 121 if(this.feature) {122 this.selectControl.unselect.apply(this.selectControl, [this.feature]);123 }124 121 this.selectControl.deactivate(); 125 122 return true; sandbox/camptocamp/feature/lib/OpenLayers/Control/ModifyFeature.js
r3941 r3983 143 143 this.vertices = []; 144 144 this.dragControl.deactivate(); 145 if(this.feature) {146 this.selectControl.unselect.apply(this.selectControl, [this.feature]);147 }148 145 this.selectControl.deactivate(); 149 146 return true;
