From 12c74aaf0a9c5764edc26fccbfc1b912754fca8d Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Tue, 24 Oct 2017 15:03:03 +0100 Subject: [PATCH] =?utf8?q?JAL-2541=20don=E2=80=99t=20need=20to=20trash=20the?= =?utf8?q?=20sequence=20features=20on=20the=20old=20dataset=20sequence?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/jalview/commands/EditCommand.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/jalview/commands/EditCommand.java b/src/jalview/commands/EditCommand.java index 8c53128..2d27f4b 100644 --- a/src/jalview/commands/EditCommand.java +++ b/src/jalview/commands/EditCommand.java @@ -556,10 +556,6 @@ public class EditCommand implements CommandI command.oldds = new SequenceI[command.seqs.length]; } command.oldds[i] = oldds; - if (oldds != sequence.getDatasetSequence()) - { - oldds.getFeatures().deleteAll(); - } if (cutPositions != null) { -- 1.7.10.2