Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eceae03f authored by Chong Zhang's avatar Chong Zhang Committed by Android Git Automerger
Browse files

am 6cad6513: Merge "reset col position to 1 on row PAC" into lmp-mr1-dev

* commit '6cad6513':
  reset col position to 1 on row PAC
parents 80b381c0 6cad6513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }