ensure that all bits of annotation panel (slider, annotation labels) get updated
authorjprocter <Jim Procter>
Mon, 22 Mar 2010 17:17:06 +0000 (17:17 +0000)
committerjprocter <Jim Procter>
Mon, 22 Mar 2010 17:17:06 +0000 (17:17 +0000)
src/jalview/gui/AlignmentPanel.java

index 9c2cbdd..4e3db27 100755 (executable)
@@ -400,6 +400,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
     annotationSpaceFillerHolder.setPreferredSize(new Dimension(
             annotationSpaceFillerHolder.getWidth(), height));
     annotationScroller.validate();// repaint();
+    addNotify();
     repaint();
   }