refresh tree after raw edit (for example to show the new script tags when a buttonconditionaction is added to a DefineButton tag)

This commit is contained in:
honfika@gmail.com
2016-02-28 08:01:43 +01:00
parent 1a0aa9c779
commit d73d46b2a2
2 changed files with 3 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ import com.jpexs.decompiler.flash.helpers.GraphTextWriter;
import com.jpexs.decompiler.flash.tags.Tag;
import com.jpexs.decompiler.flash.tags.base.ASMSource;
import com.jpexs.decompiler.flash.types.annotations.Conditional;
import com.jpexs.decompiler.flash.types.annotations.HideInRawEdit;
import com.jpexs.decompiler.flash.types.annotations.Internal;
import com.jpexs.decompiler.flash.types.annotations.SWFType;
import com.jpexs.helpers.ByteArrayRange;
@@ -154,7 +155,7 @@ public class BUTTONCONDACTION implements ASMSource, Serializable {
/**
* Actions to perform in byte array
*/
@Internal
@HideInRawEdit
public ByteArrayRange actionBytes;
/**