OpenLayers OpenLayers

Changeset 2538

Show
Ignore:
Timestamp:
03/08/07 14:51:22 (2 years ago)
Author:
sderle
Message:

Fix cursor after mouse out.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-2.4/lib/OpenLayers/Handler/Drag.js

    r2520 r2538  
    6262        if (this.dragging && OpenLayers.Util.mouseLeft(evt, this.map.div)) { 
    6363            this.dragging = false; 
     64            // TBD replace with CSS classes 
     65            this.map.div.style.cursor = "default"; 
    6466            this.callback("out", []); 
    6567        }