diff options
author | nyamatongwe <nyamatongwe@gmail.com> | 2013-05-19 22:23:14 +1000 |
---|---|---|
committer | nyamatongwe <nyamatongwe@gmail.com> | 2013-05-19 22:23:14 +1000 |
commit | ad261967b967add2222d6502abaa1c04c6be85df (patch) | |
tree | 84ca775c78231e7e71ee715172c6c97aad325c30 /src | |
parent | b0732514b4c9c93ce643e27d4a80a37b3f92ca04 (diff) | |
download | scintilla-mirror-ad261967b967add2222d6502abaa1c04c6be85df.tar.gz |
Fix display of multi-byte Unicode character at line start.
Diffstat (limited to 'src')
-rw-r--r-- | src/PositionCache.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index b03a97d38..31eac8592 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -373,7 +373,6 @@ BreakFinder::BreakFinder(LineLayout *ll_, int lineStart_, int lineEnd_, int posL saeNext(0), subBreak(-1), pdoc(pdoc_) { - selAndEdge.resize(1); // Search for first visible break // First find the first visible character |