cache clear fix, font list selected value fixed

This commit is contained in:
honfika@gmail.com
2014-12-19 13:30:21 +01:00
parent faafbb2c28
commit 907a97dfe9
2 changed files with 2 additions and 2 deletions

View File

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