diff options
| author | nyamatongwe <devnull@localhost> | 2002-01-16 07:26:01 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-01-16 07:26:01 +0000 |
| commit | cac2d7ef4ec04021d201bfd3d0a831aca0686f82 (patch) | |
| tree | 315e5052bc040c2926145968ffa558dd00482231 /src/Editor.h | |
| parent | 78722b7203a111e9283874296c8de492930799b0 (diff) | |
| download | scintilla-mirror-cac2d7ef4ec04021d201bfd3d0a831aca0686f82.tar.gz | |
WrapLines performs scroll bar and top line maintenance.
WrapLines called before ensuring a lin eis visible so doc<->visible mapping
correct.
When modification changes number of lines, NeedWrapping starts one line
before.
Horizontal scrolling disallowed even more when in wrap mode.
Diffstat (limited to 'src/Editor.h')
| -rw-r--r-- | src/Editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 3a02ebd2a..16dae7eac 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -276,7 +276,7 @@ protected: // ScintillaBase subclass needs access to much of Editor void InvalidateCaret(); void NeedWrapping(int docLineStartWrapping=0); - bool WrapLines(int *goodTopLine); + bool WrapLines(); int SubstituteMarkerIfEmpty(int markerCheck, int markerDefault); void PaintSelMargin(Surface *surface, PRectangle &rc); |
