From c8bb659043bfa0ccf9436d7cbbc49255b4c82402 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 03 Sep 2019 22:31:10 -0400 Subject: [PATCH] Paste expand. --- GroupEditor.java | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/GroupEditor.java b/GroupEditor.java index 5edd0f3..5f68a81 100644 --- a/GroupEditor.java +++ b/GroupEditor.java @@ -557,8 +557,10 @@ pasteLinkItem.addActionListener(this); pasteCloneItem = oe.jTree.popup.add(new JMenuItem("Paste clone")); pasteCloneItem.addActionListener(this); -// CRASH pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand")); -// pasteExpandItem.addActionListener(this); +// CRASH + pasteExpandItem = oe.jTree.popup.add(new JMenuItem("Paste expand")); +// + pasteExpandItem.addActionListener(this); //menu.add("-"); oe.jTree.popup.addSeparator(); -- Gitblit v1.6.2