diff options
author | nyamatongwe <devnull@localhost> | 2003-01-01 05:25:59 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2003-01-01 05:25:59 +0000 |
commit | a8c1cf08e4700ea74c2b97f8e393af68fe5dc286 (patch) | |
tree | 8d2918e65ba317deb7cc79f8a9be7317bf30789e /src/Editor.h | |
parent | 4cb12c84a0682f82fcd5fc113a5a87ea42ece5c1 (diff) | |
download | scintilla-mirror-a8c1cf08e4700ea74c2b97f8e393af68fe5dc286.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; |