JAL-976 - make sure annotation panel is updated to grey out any stale annotation...
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 14 Jun 2012 10:48:12 +0000 (11:48 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 14 Jun 2012 14:02:05 +0000 (15:02 +0100)
src/jalview/ws/jws2/JabawsAlignCalcWorker.java

index df61495..d84f365 100644 (file)
@@ -412,7 +412,7 @@ public abstract class JabawsAlignCalcWorker extends AlignCalcWorker
   boolean checkDone()
   {
     calcMan.notifyStart(this);
-    // ap.paintAlignment(false);
+    ap.paintAlignment(false);
     while (!calcMan.notifyWorking(this))
     {
       if (calcMan.isWorking(this))