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:
Jindra Petřík
2022-11-06 10:57:44 +01:00
parent 730a09f6d6
commit 40ea9175b1
7 changed files with 64 additions and 32 deletions

View File

@@ -45,6 +45,6 @@ public class HeaderItem implements TreeItem {
@Override
public boolean isModified() {
return false; //??
return swf.isHeaderModified();
}
}