Merge branch 'bug/JAL-2511idAlignment' into develop
authorJim Procter <jprocter@issues.jalview.org>
Thu, 7 Sep 2017 13:18:36 +0000 (14:18 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Thu, 7 Sep 2017 13:18:36 +0000 (14:18 +0100)
help/html/releases.html
src/jalview/gui/AlignmentPanel.java

index 830df62..5afe85c 100755 (executable)
@@ -140,6 +140,11 @@ li:before {
               <!-- JAL-2724 -->Cannot apply annotation based
               colourscheme to all groups in a view
             </li>
+            <li>
+              <!-- JAL-2511 -->IDs don't line up with sequences
+              initially after font size change using the Font chooser or
+              middle-mouse zoom
+            </li>
           </ul>
         </div></td>
     
index 7e2a2f6..76368ed 100644 (file)
@@ -232,6 +232,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
     idSpaceFillerPanel1.setPreferredSize(
             new Dimension(10, av.getCharHeight() + fm.getDescent()));
     idwidthAdjuster.invalidate();
+    scalePanelHolder.invalidate();
     getIdPanel().getIdCanvas().gg = null;
     getSeqPanel().seqCanvas.img = null;
     getAnnotationPanel().adjustPanelHeight();