mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 11:33:29 +00:00
#1221 Separate icons for different actionscript objects (class/interface/frame/)
This commit is contained in:
@@ -1264,6 +1264,9 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (nodeType == TreeNodeType.AS) {
|
||||
as12scripts.add(d);
|
||||
}
|
||||
if (nodeType == TreeNodeType.AS_FRAME) {
|
||||
as12scripts.add(d);
|
||||
}
|
||||
if (nodeType == TreeNodeType.MOVIE) {
|
||||
movies.add((Tag) d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user