replace character dialog

This commit is contained in:
honfika@gmail.com
2015-05-01 17:13:33 +02:00
parent 6df9ea4e76
commit 0750a000c6
12 changed files with 282 additions and 56 deletions

View File

@@ -442,6 +442,7 @@ public class Timeline {
Tag t = tags.get(i);
if (t instanceof CharacterIdTag && ((CharacterIdTag) t).getCharacterId() == oldCharacterId) {
((CharacterIdTag) t).setCharacterId(newCharacterId);
((Tag) t).setModified(true);
modified = true;
}
}