mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 15:15:29 +00:00
Added Set class to character mapping tool (via SymbolClass) context menu on characters
This commit is contained in:
@@ -1856,6 +1856,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
}
|
||||
if (exportNames.containsKey(ct.getCharacterId())) {
|
||||
ct.setExportName(exportNames.get(ct.getCharacterId()));
|
||||
} else {
|
||||
ct.setExportName("");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1894,6 +1896,8 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
}
|
||||
if (classes.containsKey(ct.getCharacterId())) {
|
||||
ct.setClassNames(classes.get((Integer) ct.getCharacterId()));
|
||||
} else {
|
||||
ct.setClassNames(new LinkedHashSet<>());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user