JAL-244 Fix buglet with automatic change in id column width not being recorded. More...
[jalview.git] / src / jalview / bin / Commands.java
index 5211fa7..0cae97d 100644 (file)
@@ -677,7 +677,7 @@ public class Commands
       AlignFrame af = afMap.get(id);
       if (af != null)
       {
-        af.setWrapFormat(wrap);
+        af.setWrapFormat(wrap, true);
       }
     }