fixed typo that broke fontColor rendering in VML.js. Thanks paco for spotting this. r=fredj (closes #2231)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10011 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-02-03 14:43:19 +00:00
parent f927d79977
commit ec455e81e1
2 changed files with 29 additions and 1 deletions

View File

@@ -807,7 +807,7 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
textbox.innerText = style.label;
if (style.fillColor) {
if (style.fontColor) {
textbox.style.color = style.fontColor;
}
if (style.fontOpacity) {