Reset modified flag on undo.

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent a8d16627f4
commit d4078d3a0c
6 changed files with 52 additions and 27 deletions
@@ -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.