OpenLayers OpenLayers

Changeset 7914

Show
Ignore:
Timestamp:
09/01/08 02:02:54 (3 months ago)
Author:
fredj
Message:

Don't check this.locked twince. r=euzuro (Closes #1712)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Renderer/Canvas.js

    r7882 r7914  
    404404            delete this.features[features[i].id]; 
    405405        } 
    406         if (!this.locked) { 
    407             this.redraw(); 
    408         } 
     406        this.redraw(); 
    409407    }, 
    410408