JAL-2250 default Apply Colour to All Groups selected
[jalview.git] / src / jalview / gui / AlignFrame.java
index 25c6dd4..e17b331 100644 (file)
@@ -2741,6 +2741,12 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
     newap.av.setRedoList(viewport.getRedoList());
 
     /*
+     * copy any visualisation settings that are not saved in the project
+     */
+    newap.av.setColourAppliesToAllGroups(
+            viewport.getColourAppliesToAllGroups());
+
+    /*
      * Views share the same mappings; need to deregister any new mappings
      * created by copyAlignPanel, and register the new reference to the shared
      * mappings