Merge r3277 into 2.1.8 branch. Updates #950.

Originally committed to SVN as r3278.
This commit is contained in:
Niels Martin Hansen 2009-07-25 18:18:20 +00:00
parent 0bb38c472b
commit 4630c0cd75
1 changed files with 3 additions and 3 deletions

View File

@ -348,13 +348,13 @@ function apply_templates(meta, styles, subs, templates)
tenv.fxgroup = {}
tenv.relayer = function(layer)
line.layer = layer
tenv.line.layer = layer
return ""
end
tenv.restyle = function(style)
line.style = style
line.styleref = styles[style]
tenv.line.style = style
tenv.line.styleref = styles[style]
return ""
end