Normand Briere
2019-09-04 c8bb659043bfa0ccf9436d7cbbc49255b4c82402
GroupEditor.java
....@@ -557,8 +557,10 @@
557557 pasteLinkItem.addActionListener(this);
558558 pasteCloneItem = oe.jTree.popup.add(new JMenuItem("Paste clone"));
559559 pasteCloneItem.addActionListener(this);
560
-// CRASH pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand"));
561
-// pasteExpandItem.addActionListener(this);
560
+// CRASH
561
+ pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand"));
562
+//
563
+ pasteExpandItem.addActionListener(this);
562564 //menu.add("-");
563565 oe.jTree.popup.addSeparator();
564566