mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-05 13:25:10 +00:00
swf node name fixed
This commit is contained in:
@@ -448,10 +448,11 @@ public final class SWF implements TreeItem {
|
||||
}
|
||||
|
||||
public String getShortFileName() {
|
||||
if (file == null) {
|
||||
String title = getFileTitle();
|
||||
if (title == null) {
|
||||
return "";
|
||||
}
|
||||
return new File(file).getName();
|
||||
return new File(title).getName();
|
||||
}
|
||||
|
||||
private void findFileAttributes() {
|
||||
|
||||
Reference in New Issue
Block a user