fix for bug introduced with commit:b81d4d7d46ea8b1c89df086fb847baab6b69d427
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 7 Jun 2012 14:25:20 +0000 (15:25 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 7 Jun 2012 14:25:20 +0000 (15:25 +0100)
src/jalview/viewmodel/AlignmentViewport.java

index 36da772..f14ddd4 100644 (file)
@@ -1303,8 +1303,8 @@ public abstract class AlignmentViewport implements AlignViewportI
       if (sg.cs != null)
       {
         sg.cs.alignmentChanged(sg, hiddenRepSequences);
-        sg.recalcConservation();
       }
+      sg.recalcConservation();
     }
   }