mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 16:05:32 +00:00
merge
This commit is contained in:
@@ -1355,6 +1355,9 @@ public final class SWF implements TreeItem, Timelined {
|
||||
if(c instanceof TextTag){
|
||||
return "text";
|
||||
}
|
||||
if(c instanceof ButtonTag){
|
||||
return "button";
|
||||
}
|
||||
if(c instanceof FontTag){
|
||||
return "font";
|
||||
}
|
||||
@@ -2311,6 +2314,9 @@ public final class SWF implements TreeItem, Timelined {
|
||||
if (tag instanceof TextTag) {
|
||||
return exporter.getUniqueId("text");
|
||||
}
|
||||
if (tag instanceof ButtonTag) {
|
||||
return exporter.getUniqueId("button");
|
||||
}
|
||||
return exporter.getUniqueId("tag");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user