mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 09:01:55 +00:00
Tag list view - saving last selected items
Saving last selected view
This commit is contained in:
@@ -491,7 +491,7 @@ public class DumpTree extends JTree {
|
||||
|
||||
if (foundTag != null) {
|
||||
mainPanel.getMainFrame().getMenu().showResourcesView();
|
||||
mainPanel.setTagTreeSelectedNode(foundTag);
|
||||
mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), foundTag);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user