JAL-3187 repaint complement after loading on features
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 20 Feb 2020 16:20:08 +0000 (16:20 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 20 Feb 2020 16:20:08 +0000 (16:20 +0000)
src/jalview/gui/AlignFrame.java

index fcb6572..9001015 100644 (file)
@@ -4684,6 +4684,11 @@ public class AlignFrame extends GAlignFrame implements DropTargetListener,
             if (parseFeaturesFile(file, sourceType))
             {
               alignPanel.paintAlignment(true, true);
+              SplitFrame splitFrame = (SplitFrame) getSplitViewContainer();
+              if (splitFrame != null)
+              {
+                splitFrame.repaint();
+              }
             }
           }
           else