Ticket #1389: 1389_r6365_A.diff
| File 1389_r6365_A.diff, 0.6 kB (added by pgiraud, 6 months ago) |
|---|
-
lib/OpenLayers/Control/SelectFeature.js
old new 170 170 this.unselectAll({except: feature}); 171 171 } 172 172 } else { 173 if(!this.multipleSelect() ) {173 if(!this.multipleSelect() && !this.toggleSelect()) { 174 174 this.unselectAll({except: feature}); 175 175 } 176 176 this.select(feature);
