JAL-819 menu options to reinstate missing auto-calculated annotation
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 6da6cc3..af76d26 100755 (executable)
@@ -278,7 +278,7 @@ public class AnnotationLabels extends JPanel
     {
       aa[selectedRow].scaleColLabel = !aa[selectedRow].scaleColLabel;
     }
-
+    ap.alignFrame.setMenusForViewport();
     ap.refresh(fullRepaint);
 
   }