From: gmungoc Date: Fri, 1 Jun 2018 18:47:30 +0000 (+0100) Subject: JAL-3010 allow list of subtypes to be sortable X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b884ecc12ecfcb6dfab7d78269a63e5faaa8b9be;p=jalview.git JAL-3010 allow list of subtypes to be sortable --- diff --git a/src/jalview/gui/FeatureTypeSettings.java b/src/jalview/gui/FeatureTypeSettings.java index 64b5c8c..6bea16a 100644 --- a/src/jalview/gui/FeatureTypeSettings.java +++ b/src/jalview/gui/FeatureTypeSettings.java @@ -260,8 +260,8 @@ public class FeatureTypeSettings extends JalviewDialog * determine sub-types (if any) of this feature type */ List types = fr.getRenderOrder(); - subTypes = Collections.unmodifiableList(SequenceOntologyFactory - .getInstance().getChildTerms(this.featureType, types)); + subTypes = SequenceOntologyFactory.getInstance() + .getChildTerms(this.featureType, types); /* * save original colours and filters for this feature type