JAL-1397 getters for originalColours flag
[jalview.git] / src / jalview / gui / PopupMenu.java
index 29370ac..3bc7c5c 100644 (file)
@@ -1642,7 +1642,7 @@ public class PopupMenu extends JPopupMenu
             sequence.getAnnotation()[0], null,
             AnnotationColourGradient.NO_THRESHOLD);
 
-    acg.predefinedColours = true;
+    acg.setPredefinedColours(true);
     sg.cs = acg;
 
     refresh();