mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-19 17:18:12 +00:00
Fixed File did not appear modified when only header was modified
Width and Height in new File dialog instead of rect. Unit selection.
This commit is contained in:
@@ -45,6 +45,6 @@ public class HeaderItem implements TreeItem {
|
||||
|
||||
@Override
|
||||
public boolean isModified() {
|
||||
return false; //??
|
||||
return swf.isHeaderModified();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user