OpenLayers OpenLayers

Changeset 7554

Show
Ignore:
Timestamp:
07/21/08 10:37:44 (2 months ago)
Author:
ahocevar
Message:

don't set the cursor to "inherit" in the VML renderer. r=pgiraud (closes #1624)

Files:

Legend:

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

    r7546 r7554  
    254254        } 
    255255         
    256         if (style.cursor != null) { 
     256        if (style.cursor != "inherit" && style.cursor != null) { 
    257257            node.style.cursor = style.cursor; 
    258258        }