Merge r3644 into milestone:2.1.8 for jfs, closes #1019.

Originally committed to SVN as r3645.
This commit is contained in:
Amar Takhar 2009-10-08 20:25:41 +00:00
parent 555117ec75
commit f4269dee62
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ namespace Automation4 {
GETBOOL(strikeout, "strikeout", "style") GETBOOL(strikeout, "strikeout", "style")
GETFLOAT(scale_x, "scale_x", "style") GETFLOAT(scale_x, "scale_x", "style")
GETFLOAT(scale_y, "scale_y", "style") GETFLOAT(scale_y, "scale_y", "style")
GETINT(spacing, "spacing", "style") GETFLOAT(spacing, "spacing", "style")
GETFLOAT(angle, "angle", "style") GETFLOAT(angle, "angle", "style")
GETINT(borderstyle, "borderstyle", "style") GETINT(borderstyle, "borderstyle", "style")
GETFLOAT(outline, "outline", "style") GETFLOAT(outline, "outline", "style")