OpenLayers OpenLayers

Ticket #1624: 1624-r7551-A0.patch

File 1624-r7551-A0.patch, 0.7 kB (added by ahocevar, 6 months ago)
  • /mnt/d/eclipse/workspace/openlayers/lib/OpenLayers/Renderer/VML.js

    old new  
    253253            stroke.setAttribute("endcap", !style.strokeLinecap || style.strokeLinecap == 'butt' ? 'flat' : style.strokeLinecap); 
    254254        } 
    255255         
    256         if (style.cursor != null) { 
     256        if (style.cursor != "inherit" && style.cursor != null) { 
    257257            node.style.cursor = style.cursor; 
    258258        } 
    259259        return node;