Skip to content
Snippets Groups Projects
Commit 2ffc82ad authored by apvrille's avatar apvrille
Browse files

Resolving right click bug on simulation trace

parent da947f54
No related branches found
No related tags found
No related merge requests found
...@@ -261,8 +261,9 @@ public class JDiagramTree extends javax.swing.JTree implements ActionListener, M ...@@ -261,8 +261,9 @@ public class JDiagramTree extends javax.swing.JTree implements ActionListener, M
if (selectedST.getType() == SimulationTrace.XML_DIPLO) { if (selectedST.getType() == SimulationTrace.XML_DIPLO) {
jmiCompareST = new JMenuItem("Compare"); jmiCompareST = new JMenuItem("Compare");
jmiCompareST.addActionListener(this); jmiCompareST.addActionListener(this);
popupTreeST.add(jmiCompareST);
} }
popupTreeST.add(jmiCompareST);
//} //}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment