basic implementation of profile display and todos
[jalview.git] / src / jalview / gui / SequenceRenderer.java
index c390041..1d49da8 100755 (executable)
@@ -181,6 +181,7 @@ public class SequenceRenderer
   public synchronized void drawBoxes(SequenceI seq, int start, int end,
           int y1)
   {
+    if (seq==null) return; // fix for racecondition
     int i = start;
     int length = seq.getLength();