diff options
author | nyamatongwe <devnull@localhost> | 2012-03-31 11:42:21 +1100 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-03-31 11:42:21 +1100 |
commit | 355e7421dda5c833cffb7c7c8dd0604a794dbef1 (patch) | |
tree | 74e307f727b3efc3d6b1a33c329350ea572dbca4 /src/Editor.h | |
parent | acc61f4347f532c157aeb99a79ea9d725a149114 (diff) | |
download | scintilla-mirror-355e7421dda5c833cffb7c7c8dd0604a794dbef1.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; |