activeRow is -1
authoramwaterhouse <Andrew Waterhouse>
Tue, 25 Jul 2006 15:50:56 +0000 (15:50 +0000)
committeramwaterhouse <Andrew Waterhouse>
Tue, 25 Jul 2006 15:50:56 +0000 (15:50 +0000)
src/jalview/gui/AnnotationPanel.java

index 766b659..0f025b5 100755 (executable)
@@ -286,7 +286,7 @@ public class AnnotationPanel extends JPanel implements MouseListener,
 \r
 \r
         int height = 0;\r
-        activeRow = 0;\r
+        activeRow = -1;\r
 \r
 \r
         for (int i = 0; i < aa.length; i++)\r