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:
honfika
2014-07-19 22:37:08 +02:00
parent d825ee82d7
commit 4f03df03eb
5 changed files with 696 additions and 632 deletions
@@ -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);
}
}