JAL-3187 findFeaturesAtResidue answer in render order (tests TODO)
[jalview.git] / src / jalview / viewmodel / seqfeatures / FeatureRendererModel.java
index 821f7f4..7faf7ea 100644 (file)
@@ -1016,8 +1016,7 @@ public abstract class FeatureRendererModel
      * displayed, and feature group is null or the empty string
      * or marked for display
      */
-    Set<String> visibleFeatures = getFeaturesDisplayed()
-            .getVisibleFeatures();
+    List<String> visibleFeatures = getDisplayedFeatureTypes();
     String[] visibleTypes = visibleFeatures
             .toArray(new String[visibleFeatures.size()]);
     List<SequenceFeature> features = sequence.getFeatures().findFeatures(