diff options
author | Urmi Majumder <urmi@nanorex.com> | 2008-08-04 15:54:41 +0000 |
---|---|---|
committer | Urmi Majumder <urmi@nanorex.com> | 2008-08-04 15:54:41 +0000 |
commit | a19140d97a353eccd434e80deb46478249fca7b2 (patch) | |
tree | ffa20b61b0670714d911f78059dd026c6d295f77 /cad/src/protein/ProteinSequenceEditor | |
parent | cfa21d48f3751563f76d775c16e24ed43411f6d3 (diff) | |
download | nanoengineer-theirix-a19140d97a353eccd434e80deb46478249fca7b2.tar.gz nanoengineer-theirix-a19140d97a353eccd434e80deb46478249fca7b2.zip |
IGNORABLE: minor changes to cursorPosChanged method
Diffstat (limited to 'cad/src/protein/ProteinSequenceEditor')
-rw-r--r-- | cad/src/protein/ProteinSequenceEditor/ProteinSequenceEditor.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/src/protein/ProteinSequenceEditor/ProteinSequenceEditor.py b/cad/src/protein/ProteinSequenceEditor/ProteinSequenceEditor.py index be12f263d..a3da40ee9 100644 --- a/cad/src/protein/ProteinSequenceEditor/ProteinSequenceEditor.py +++ b/cad/src/protein/ProteinSequenceEditor/ProteinSequenceEditor.py @@ -487,7 +487,6 @@ class ProteinSequenceEditor(Ui_ProteinSequenceEditor): self.aaRulerTextEdit.setTextCursor(cursor_mate2) #provide amino acid info as cursor position changes - part = self.win.assy.part env.history.statusbar_msg("") current_command = self.win.commandSequencer.currentCommand.commandName commandSet = ('EDIT_ROTAMERS', 'EDIT_RESIDUES', 'BUILD_PROTEIN') @@ -515,7 +514,7 @@ class ProteinSequenceEditor(Ui_ProteinSequenceEditor): if self.win.commandSequencer.currentCommand.commandName == 'EDIT_RESIDUES': self.win.commandSequencer.currentCommand.propMgr._sequenceTableCellChanged(position - 1, 0) self.win.commandSequencer.currentCommand.propMgr.sequenceTable.setCurrentCell(position - 1, 3) - + return def _display_and_recenter(self, current_protein, index): |