JAL-2541 revised cut with features (work in progress)
[jalview.git] / src / jalview / ws / DBRefFetcher.java
index fb8864d..5dd8bf3 100644 (file)
@@ -711,7 +711,8 @@ public class DBRefFetcher implements Runnable
             int startShift = absStart - sequenceStart + 1;
             if (startShift != 0)
             {
-              modified |= sequence.getFeatures().shiftFeatures(startShift);
+              modified |= sequence.getFeatures().shiftFeatures(1,
+                      startShift);
             }
           }
         }