#823 translatex buttons (FFDec freezes on large files when pressing these buttons) fixed

This commit is contained in:
honfika@gmail.com
2015-03-04 19:54:01 +01:00
parent 128717a5e9
commit d500eceb2d
4 changed files with 12 additions and 7 deletions

View File

@@ -1331,7 +1331,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
if (findCount > 0) {
swf.clearImageCache();
refreshTree();
repaintTree();
}
return null;
}
@@ -2586,6 +2586,11 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
}
}
public void repaintTree() {
tagTree.repaint();
reload(true);
}
public void showGenericTag(Tag tag) {
showCard(CARDPREVIEWPANEL);