refresh tag tree after editing

This commit is contained in:
honfika@gmail.com
2014-12-21 17:40:43 +01:00
parent ac9c2d65d3
commit 3cf464a78f

View File

@@ -157,7 +157,7 @@ public class TextPanel extends JPanel implements ActionListener {
if (mainPanel.saveText(textTag, textValue.getText(), null)) {
setEditText(false);
item.getSwf().clearImageCache();
mainPanel.reload(true);
mainPanel.refreshTree();
}
}
break;