OpenLayers OpenLayers

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  
    170170                    this.unselectAll({except: feature}); 
    171171                } 
    172172            } else { 
    173                 if(!this.multipleSelect()) { 
     173                if(!this.multipleSelect() && !this.toggleSelect()) { 
    174174                    this.unselectAll({except: feature}); 
    175175                } 
    176176                this.select(feature);