diff options
author | nyamatongwe <unknown> | 2012-03-31 11:42:21 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-03-31 11:42:21 +1100 |
commit | 0f0a1f403949f681348b1941229014758cc33e9e (patch) | |
tree | dd8e71ee4f7ce7a5446aef9ed11745059c2f9892 /src/Editor.h | |
parent | ac3f8a2e992e10e372c4053ca6f8258ca3342dec (diff) | |
download | scintilla-mirror-0f0a1f403949f681348b1941229014758cc33e9e.tar.gz |
Bug #3512961. Word wrap indentation for print using positions calculated for
display instead of printer.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 0923f4051..b407789a1 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -264,7 +264,6 @@ protected: // ScintillaBase subclass needs access to much of Editor int wrapVisualFlags; int wrapVisualFlagsLocation; int wrapVisualStartIndent; - XYPOSITION wrapAddIndent; // This will be added to initial indent of line int wrapIndentMode; // SC_WRAPINDENT_FIXED, _SAME, _INDENT bool convertPastes; |