followSelections flag now set via user preferences, and disabled for 2.5.1 * JAL...
[jalview.git] / src / jalview / gui / AlignmentPanel.java
index 84e5efe..750e823 100755 (executable)
@@ -1327,6 +1327,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
 
   public void updateAnnotation(boolean applyGlobalSettings)
   {
+    // TODO: this should be merged with other annotation update stuff - that sits on AlignViewport
     boolean updateCalcs = false;
     boolean conv = av.isShowGroupConservation();
     boolean cons = av.isShowGroupConsensus();