If alignment is closed, then undo performed in visible window
[jalview.git] / src / jalview / gui / AlignViewport.java
index b609417..358d00d 100755 (executable)
@@ -118,7 +118,7 @@ public class AlignViewport
     Color textColour = Color.black;
     Color textColour2 = Color.white;
 
-    boolean idsAlignRight = false;
+    boolean rightAlignIds = false;
 
 
     /**
@@ -158,6 +158,8 @@ public class AlignViewport
       showJVSuffix = Cache.getDefault("SHOW_JVSUFFIX", true);
       showAnnotation = Cache.getDefault("SHOW_ANNOTATIONS", true);
 
+      rightAlignIds = Cache.getDefault("RIGHT_ALIGN_IDS", false);
+
       autoCalculateConsensus = Cache.getDefault("AUTO_CALC_CONSENSUS", true);
 
       padGaps = Cache.getDefault("PAD_GAPS", true);