Reset modified flag on undo.

This commit is contained in:
Jindra Petřík
2024-10-07 19:53:42 +02:00
parent a8d16627f4
commit d4078d3a0c
6 changed files with 52 additions and 27 deletions

View File

@@ -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.