JAL-2491 Tweaks for applet
authorkiramt <k.mourao@dundee.ac.uk>
Fri, 12 May 2017 07:13:06 +0000 (08:13 +0100)
committerkiramt <k.mourao@dundee.ac.uk>
Fri, 12 May 2017 07:13:06 +0000 (08:13 +0100)
src/jalview/appletgui/AlignmentPanel.java
src/jalview/gui/AlignmentPanel.java

index d7f2d5e..842841b 100644 (file)
@@ -922,7 +922,7 @@ public class AlignmentPanel extends Panel implements AdjustmentListener,
      * Scroll to position but centring the target residue. Also set a state flag
      * to prevent adjustmentValueChanged performing this recursively.
      */
-    setFollowingComplementScroll(true);
+    // setFollowingComplementScroll(true);
     // this should be scrollToPosition(sr,verticalOffset,
     scrollToPosition(sr, seqOffset, true, true);
   }
@@ -1050,7 +1050,7 @@ public class AlignmentPanel extends Panel implements AdjustmentListener,
    * Flag set while scrolling to follow complementary cDNA/protein scroll. When
    * true, suppresses invoking the same method recursively.
    */
-  private boolean followingComplementScroll;
+  private boolean followingComplementScroll = true;
 
   private void jbInit() throws Exception
   {
index 6425088..673c008 100644 (file)
@@ -106,7 +106,7 @@ public class AlignmentPanel extends GAlignmentPanel implements
    * Flag set while scrolling to follow complementary cDNA/protein scroll. When
    * true, suppresses invoking the same method recursively.
    */
-  private boolean dontScrollComplement;
+  private boolean dontScrollComplement = false;
 
   private PropertyChangeListener propertyChangeListener;