justify cannot be undone - commented out menu items for moment
authorjprocter <Jim Procter>
Fri, 19 Dec 2008 16:10:07 +0000 (16:10 +0000)
committerjprocter <Jim Procter>
Fri, 19 Dec 2008 16:10:07 +0000 (16:10 +0000)
src/jalview/jbgui/GAlignFrame.java

index 33d3565..a4f0983 100755 (executable)
@@ -1552,8 +1552,9 @@ public class GAlignFrame extends JInternalFrame
     editMenu.add(removeAllGapsMenuItem);
     editMenu.add(removeRedundancyMenuItem);
     editMenu.addSeparator();
-    editMenu.add(justifyLeftMenuItem);
-    editMenu.add(justifyRightMenuItem);
+    // dont add these yet - they cannot be undone!
+    //editMenu.add(justifyLeftMenuItem);
+    //editMenu.add(justifyRightMenuItem);
     editMenu.addSeparator();
     editMenu.add(padGapsMenuitem);
     viewMenu.add(newView);