update characterids when tag was moved or copied (copy with dependencies is not ready,yet)

This commit is contained in:
honfika@gmail.com
2015-04-29 23:19:47 +02:00
parent 81a4c2f664
commit a6847b6562
38 changed files with 479 additions and 100 deletions

View File

@@ -1190,7 +1190,7 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
SWF swf = tag.getSwf();
swf.clearImageCache();
swf.updateCharacters();
tag.getTimelined().getTimeline().reset();
tag.getTimelined().resetTimeline();
mainPanel.repaintTree();
mainPanel.setTagTreeSelectedNode(tag);
genericEditButton.setVisible(true);