diff options
author | nyamatongwe <unknown> | 2010-05-04 03:21:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-05-04 03:21:59 +0000 |
commit | 7df30c4ea4b765af677860c70ede2c5aa2b93355 (patch) | |
tree | 46c7dc9c2135c380b9305d55a1bf376eebff2f42 /src | |
parent | f6b10abb146ce7a9b59b4428b1eb405ac88aa80e (diff) | |
download | scintilla-mirror-7df30c4ea4b765af677860c70ede2c5aa2b93355.tar.gz |
Changed insertion of multi-line text so that markers are moved down.
See bug #2986727.
Diffstat (limited to 'src')
-rw-r--r-- | src/CellBuffer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index d349040f0..4d0f829c9 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -517,7 +517,6 @@ void CellBuffer::BasicInsertString(int position, const char *s, int insertLength lineInsert++; } } - atLineStart = false; chPrev = ch; } // Joining two lines where last insertion is cr and following substance starts with lf |