boolean gatherViewsHere = false;
+ Stack historyList = new Stack();
+ Stack redoList = new Stack();
+
/**
* Creates a new AlignViewport object.
*
globalColourScheme.setConsensus(hconsensus);
}
}
+
+ wrapAlignment = jalview.bin.Cache.getDefault("WRAP_ALIGNMENT", false);
}
resetAllColourSchemes();
alignment.adjustSequenceAnnotations();
-
}
CommandI command = (CommandI) historyList.pop();\r
command.undoCommand();\r
\r
- if (af.historyList.contains(command))\r
+ if (ap.av.historyList.contains(command))\r
{\r
- af.historyList.remove(command);\r
+ ap.av.historyList.remove(command);\r
af.updateEditMenuBar();\r
}\r
\r