tag recompile checking moved after tag resolve, other small fixes

This commit is contained in:
Honfika
2014-03-18 22:03:08 +01:00
parent 5d76a98324
commit b298ca7e25
4 changed files with 37 additions and 46 deletions

View File

@@ -2753,7 +2753,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
}
}
private void createAndShowTempSwf(Object tagObj) {
private void createAndShowTempSwf(TreeItem tagObj) {
SWF swf;
try {
if (tempFile != null) {