aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-01 05:25:59 +0000
committernyamatongwe <devnull@localhost>2003-01-01 05:25:59 +0000
commita8c1cf08e4700ea74c2b97f8e393af68fe5dc286 (patch)
tree8d2918e65ba317deb7cc79f8a9be7317bf30789e /src/Editor.h
parent4cb12c84a0682f82fcd5fc113a5a87ea42ece5c1 (diff)
downloadscintilla-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.h2
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;