mirror of https://github.com/odrling/Aegisub
Merge r3277 into 2.1.8 branch. Updates #950.
Originally committed to SVN as r3278.
This commit is contained in:
parent
0bb38c472b
commit
4630c0cd75
|
@ -348,13 +348,13 @@ function apply_templates(meta, styles, subs, templates)
|
||||||
tenv.fxgroup = {}
|
tenv.fxgroup = {}
|
||||||
|
|
||||||
tenv.relayer = function(layer)
|
tenv.relayer = function(layer)
|
||||||
line.layer = layer
|
tenv.line.layer = layer
|
||||||
return ""
|
return ""
|
||||||
end
|
end
|
||||||
|
|
||||||
tenv.restyle = function(style)
|
tenv.restyle = function(style)
|
||||||
line.style = style
|
tenv.line.style = style
|
||||||
line.styleref = styles[style]
|
tenv.line.styleref = styles[style]
|
||||||
return ""
|
return ""
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue