tag saving fix

This commit is contained in:
honfika@gmail.com
2015-05-03 13:03:48 +02:00
parent 1de608207f
commit 39243bdea2
5 changed files with 19 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ public abstract class MainFrameMenu {
}
if (saved) {
swf.clearModified();
mainFrame.getPanel().refreshTree(swf);
}
return true;