mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 19:54:37 +00:00
#823 translatex buttons (FFDec freezes on large files when pressing these buttons) fixed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user