mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 15:54:19 +00:00
Fixed #1901 Collapsing the tree in autosave mode on saving manually
Fixed Generic tag saving manually
This commit is contained in:
@@ -3818,13 +3818,14 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
refreshTree(new Openable[]{openable});
|
||||
}
|
||||
|
||||
public void refreshTree(Openable[] openables) {
|
||||
clear();
|
||||
showCard(CARDEMPTYPANEL);
|
||||
public void refreshTree(Openable[] openables) {
|
||||
TreeItem treeItem = null;
|
||||
if (currentView == VIEW_RESOURCES || currentView == VIEW_TAGLIST) {
|
||||
treeItem = getCurrentTree().getCurrentTreeItem();
|
||||
}
|
||||
|
||||
clear();
|
||||
showCard(CARDEMPTYPANEL);
|
||||
|
||||
tagTree.updateSwfs(openables);
|
||||
tagListTree.updateSwfs(openables);
|
||||
|
||||
Reference in New Issue
Block a user