re-implemented user prefs logic - still need to debug option change detection.
[jalview.git] / src / jalview / gui / AnnotationPanel.java
index f408400..37c70b7 100755 (executable)
@@ -175,8 +175,9 @@ public class AnnotationPanel extends JPanel implements MouseListener,
         height += aa[i].height;
       }
     }
-    else
+    if (height==0)
     {
+      // set minimum
       height = 20;
     }