diff options
author | nyamatongwe <unknown> | 2003-01-01 05:25:59 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-01-01 05:25:59 +0000 |
commit | 01b4c0c57e540f45782d6e2b81c2486c8c4c78d4 (patch) | |
tree | 8d2918e65ba317deb7cc79f8a9be7317bf30789e /src/Editor.h | |
parent | 043edb4a70cdb5f964f5d7e1b5df0c4377e80541 (diff) | |
download | scintilla-mirror-01b4c0c57e540f45782d6e2b81c2486c8c4c78d4.tar.gz |
Changed wrapped printing to be more similar to wrapped display.
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 15995e7ea..714efc755 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -184,7 +184,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int printMagnification; int printColourMode; - bool printWraps; + int printWrapState; int cursorMode; int controlCharSymbol; |