Merge branch 'develop' into features/JAL-2360colourSchemeApplicability
[jalview.git] / src / jalview / schemes / AnnotationColourGradient.java
index e3ef391..fb1443d 100755 (executable)
@@ -426,4 +426,10 @@ public class AnnotationColourGradient extends FollowerColourScheme
   {
     return "Annotation";
   }
+
+  @Override
+  public boolean isSimple()
+  {
+    return false;
+  }
 }