JAL-1372 i18n and tweaking set/unset representative sequence
[jalview.git] / src / jalview / viewmodel / seqfeatures / FeatureRendererModel.java
index bcf808d..c7cee04 100644 (file)
@@ -907,7 +907,7 @@ public abstract class FeatureRendererModel implements
       {
         for (int i = 0; i < typ.length; i++)
         {
-          if (feature_disp.isVisible(typ[i]))
+          if (!feature_disp.isVisible(typ[i]))
           {
             typ[i] = null;
           }