mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:30:47 +00:00
better text tags editing - parameters fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user