Merge branch 'JAL-1483_29dev' into develop
[jalview.git] / src / jalview / gui / AppJmol.java
index 4dfd18a..09b0fdd 100644 (file)
@@ -1074,7 +1074,7 @@ public class AppJmol extends GStructureViewer implements Runnable,
       // Set the colour using the current view for the associated alignframe
       for (AlignmentPanel ap : _colourwith)
       {
-        jmb.colourBySequence(ap.av.showSequenceFeatures, ap);
+        jmb.colourBySequence(ap.av.isShowSequenceFeatures(), ap);
       }
     }
   }