Merge branch 'bug/JAL-2541cutRelocateFeatures' into develop
[jalview.git] / src / jalview / commands / EditCommand.java
index 3f2ace9..1a227c5 100644 (file)
@@ -837,7 +837,7 @@ public class EditCommand implements CommandI
             // old ds and edited ds are different, so
             // create the new dataset sequence
             SequenceI newds = new Sequence(oldds);
-            newds.setSequence(fullseq.toUpperCase());
+            newds.setSequence(fullseq);
 
             if (command.oldds == null)
             {