JAL-147 don't update overview for column selection (applet)
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 5 Jul 2017 12:43:48 +0000 (13:43 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 5 Jul 2017 12:43:48 +0000 (13:43 +0100)
src/jalview/appletgui/ScalePanel.java

index 1728101..5e0a2fd 100755 (executable)
@@ -140,7 +140,7 @@ public class ScalePanel extends Panel implements MouseMotionListener,
       sg.setStartRes(min);
       sg.setEndRes(max);
     }
-    ap.paintAlignment(true);
+    ap.paintAlignment(false);
     av.sendSelection();
   }