diff options
author | nyamatongwe <unknown> | 2007-07-26 09:57:00 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-07-26 09:57:00 +0000 |
commit | a4630053870ee640e1c0a4412898e266a63ce614 (patch) | |
tree | e400a32a4f0a933b3fbb362dd6a04c5b5c045643 /src/ContractionState.cxx | |
parent | a681a88dfb7d11f503c359ebaae8648995ab5838 (diff) | |
download | scintilla-mirror-a4630053870ee640e1c0a4412898e266a63ce614.tar.gz |
Resetting correctly.
Diffstat (limited to 'src/ContractionState.cxx')
-rw-r--r-- | src/ContractionState.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index abf2e67be..08de5cf1f 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -45,6 +45,7 @@ void ContractionState::Clear() { heights = 0; delete displayLines; displayLines = 0; + linesInDocument = 1; } int ContractionState::LinesInDoc() const { |