Merge branch 'develop' into develop_m2_8_1_2
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index ec56388..8566e57 100755 (executable)
@@ -931,6 +931,7 @@ public class AnnotationLabels extends JPanel implements MouseListener,
         if (aa[i].graphGroup > -1)
         {
           int groupSize = 0;
+          // TODO: JAL-1291 revise rendering model so the graphGroup map is computed efficiently for all visible labels
           for (int gg = 0; gg < aa.length; gg++)
           {
             if (aa[gg].graphGroup == aa[i].graphGroup)