JAL-1912 added support of tcoffee annotation and other per sequence annotation for...
[jalview.git] / src / jalview / gui / AlignFrame.java
index eda4a1c..d08e1a3 100644 (file)
@@ -3517,6 +3517,11 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
         cs.setConservationInc(SliderPanel.setConservationSlider(alignPanel,
                 cs, "Background"));
       }
+      if (cs instanceof TCoffeeColourScheme)
+      {
+        tcoffeeColour.setEnabled(true);
+        tcoffeeColour.setSelected(true);
+      }
     }
 
     viewport.setGlobalColourScheme(cs);