better text tags editing - parameters fix

This commit is contained in:
Jindra Pet��k
2013-04-30 22:51:10 +02:00
parent f18305bb9e
commit e000deaea0
@@ -332,6 +332,11 @@ public class DefineEditTextTag extends CharacterTag implements BoundedTag, TextT
this.multiline = multiline;
this.password = password;
this.readOnly = readOnly;
this.noSelect = noSelect;
this.border = border;
this.wasStatic = wasStatic;
this.html = html;
this.useOutlines = useOutlines;
if (textColor != null) {
hasTextColor = true;
this.textColor = textColor;