mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 10:45:37 +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:
@@ -230,8 +230,10 @@ public class HeaderInfoPanel extends JPanel implements TagEditorPanel {
|
||||
swf.displayRect.Xmax = (int) xMaxEditor.getModel().getValue();
|
||||
swf.displayRect.Ymin = (int) yMinEditor.getModel().getValue();
|
||||
swf.displayRect.Ymax = (int) yMaxEditor.getModel().getValue();
|
||||
swf.setHeaderModified(true);
|
||||
|
||||
load(swf);
|
||||
Main.getMainFrame().getPanel().repaintTree();
|
||||
setEditMode(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user