mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 14:02:00 +00:00
Reset modified flag on undo.
This commit is contained in:
@@ -54,6 +54,12 @@ public interface Timelined extends BoundedTag {
|
||||
* @param value True if modified
|
||||
*/
|
||||
public void setModified(boolean value);
|
||||
|
||||
/**
|
||||
* Gets modification flag.
|
||||
* @return True of modified
|
||||
*/
|
||||
public boolean isModified();
|
||||
|
||||
/**
|
||||
* Gets tags.
|
||||
|
||||
Reference in New Issue
Block a user