am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-dev
* commit '6cad6513e0058467d11f4cf99519cf79eb65d48f': reset col position to 1 on row PAC
This commit is contained in:
@@ -666,7 +666,7 @@ class CCParser {
|
|||||||
if (pac.isIndentPAC()) {
|
if (pac.isIndentPAC()) {
|
||||||
moveCursorTo(pac.getRow(), pac.getCol());
|
moveCursorTo(pac.getRow(), pac.getCol());
|
||||||
} else {
|
} else {
|
||||||
moveCursorToRow(pac.getRow());
|
moveCursorTo(pac.getRow(), 1);
|
||||||
}
|
}
|
||||||
getLineBuffer(mRow).setPACAt(mCol, pac);
|
getLineBuffer(mRow).setPACAt(mCol, pac);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user