2nd tag saving problem fixed

This commit is contained in:
honfika
2014-06-28 08:04:27 +02:00
parent 5a47eb1c01
commit 73585ba076
2 changed files with 11 additions and 1 deletions

View File

@@ -451,6 +451,7 @@ public final class SWF implements TreeItem, Timelined {
public void clearModified() {
for (Tag tag : tags) {
if (tag.isModified()) {
tag.createOriginalData();
tag.setModified(false);
}
}