JAL-3148 show/hide features on structure independent of alignment
[jalview.git] / src / jalview / javascript / MouseOverStructureListener.java
index fd2a4d5..239d0f3 100644 (file)
@@ -224,7 +224,7 @@ public class MouseOverStructureListener extends JSFunctionExec
       ArrayList<String> pdbfn = new ArrayList<String>();
       StructureMappingcommandSet[] colcommands = JmolCommands
               .getColourBySequenceCommand(ssm, modelSet, sequence, sr,
-                      (AlignmentViewPanel) source);
+                      (AlignmentViewPanel) source, true);
       if (colcommands == null)
       {
         return;