From e000deaea00b27cf1020a918b271603878e4a0f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=F8=EDk?= Date: Tue, 30 Apr 2013 22:51:10 +0200 Subject: [PATCH] better text tags editing - parameters fix --- .../com/jpexs/decompiler/flash/tags/DefineEditTextTag.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/trunk/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java b/trunk/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java index 915c9942e..7faecf89e 100644 --- a/trunk/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java +++ b/trunk/src/com/jpexs/decompiler/flash/tags/DefineEditTextTag.java @@ -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;