mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 10:01:08 +00:00
java source code formatting
This commit is contained in:
@@ -93,7 +93,7 @@ public class PreviewImage extends JPanel {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Tag tag = (Tag) treeItem;
|
||||
Tag tag = (Tag) treeItem;
|
||||
tag.getSwf().removeTag(tag, false);
|
||||
mainPanel.refreshTree();
|
||||
}
|
||||
@@ -104,7 +104,7 @@ public class PreviewImage extends JPanel {
|
||||
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
Tag tag = (Tag) treeItem;
|
||||
Tag tag = (Tag) treeItem;
|
||||
tag.getSwf().removeTag(tag, true);
|
||||
mainPanel.refreshTree();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user