mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 12:10:46 +00:00
better switching between DumpView and Resources view (preserve selected nodes, do not show the components of the other view, e.g traits and constants list in dump view)
This commit is contained in:
@@ -119,7 +119,7 @@ public class PreviewImage extends JPanel {
|
||||
public void mouseClicked(MouseEvent e) {
|
||||
|
||||
if (e.getButton() == MouseEvent.BUTTON1 && e.getClickCount() >= 2) {
|
||||
mainPanel.setTreeItem(treeItem);
|
||||
mainPanel.setTagTreeSelectedNode(treeItem);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user