Commit fc512fd6 authored by twanvl's avatar twanvl

minor fix after change in scripting language parser

parent 4e8e1589
...@@ -569,8 +569,8 @@ font_white := { ...@@ -569,8 +569,8 @@ font_white := {
else if artifact and not hybrid then "a" else if artifact and not hybrid then "a"
else if colors == "" then "c" else if colors == "" then "c"
else colors[ else colors[
font_color_positions font_color_positions[
[ if chosen(choice:"horizontal") then "horizontal" if chosen(choice:"horizontal") then "horizontal"
else if chosen(choice:"vertical") then "vertical" else if chosen(choice:"vertical") then "vertical"
else if chosen(choice:"overlay") then "overlay" else if chosen(choice:"overlay") then "overlay"
else "radial" else "radial"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment