diff options
| author | nyamatongwe <devnull@localhost> | 2010-05-04 03:21:59 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-05-04 03:21:59 +0000 | 
| commit | e18177ad05f66bd0d1f9c3c7099429c7c0bb8214 (patch) | |
| tree | 46c7dc9c2135c380b9305d55a1bf376eebff2f42 /src | |
| parent | a0e66715813ecda7a61e512c11349cd1d3df01b2 (diff) | |
| download | scintilla-mirror-e18177ad05f66bd0d1f9c3c7099429c7c0bb8214.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 | 
