Merge "reset col position to 1 on row PAC" into lmp-mr1-dev

This commit is contained in:
Chong Zhang
2015-02-06 02:06:23 +00:00
committed by Android (Google) Code Review

View File

@@ -666,7 +666,7 @@ class CCParser {
if (pac.isIndentPAC()) {
moveCursorTo(pac.getRow(), pac.getCol());
} else {
moveCursorToRow(pac.getRow());
moveCursorTo(pac.getRow(), 1);
}
getLineBuffer(mRow).setPACAt(mCol, pac);
}