JAL-4048 feature group filter
[jalview.git] / src / jalview / viewmodel / seqfeatures / IdColumns.java
index b375941..5b16b1a 100644 (file)
@@ -171,8 +171,8 @@ public class IdColumns
           for (SequenceFeature npfeat : np)
           {
             // nb deal with multiplicities!
-            if (col.featureGroupName != null && npfeat.featureGroup != null
-                    && npfeat.featureGroup.equals(col.featureGroupName))
+            if (col.featureGroupName == null || (npfeat.featureGroup != null
+                    && npfeat.featureGroup.equals(col.featureGroupName)))
             {
               Color fg = Color.black;
               Color bg = Color.white;