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 253 253 stroke.setAttribute("endcap", !style.strokeLinecap || style.strokeLinecap == 'butt' ? 'flat' : style.strokeLinecap); 254 254 } 255 255 256 if (style.cursor != null) {256 if (style.cursor != "inherit" && style.cursor != null) { 257 257 node.style.cursor = style.cursor; 258 258 } 259 259 return node;
