JAL-1503 update version in GPL header
[jalview.git] / src / jalview / workers / ConservationThread.java
index 681007e..cae430f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.0b1)
+ * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.1)
  * Copyright (C) 2014 The Jalview Authors
  * 
  * This file is part of Jalview.
@@ -80,7 +80,7 @@ public class ConservationThread extends AlignCalcWorker implements
       ourAnnot.add(conservation);
       ourAnnot.add(quality);
       ourAnnots = ourAnnot;
-
+      ConsPercGaps = alignViewport.getConsPercGaps();
       // AlignViewport.UPDATING_CONSERVATION = true;
 
       if (alignment == null || (alWidth = alignment.getWidth()) < 0)