From 043edb4a70cdb5f964f5d7e1b5df0c4377e80541 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 1 Jan 2003 04:47:35 +0000 Subject: Fixed up line wrapped printing and added property to turn wrapping on or off for printing. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 6d9287705..15995e7ea 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -184,6 +184,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int printMagnification; int printColourMode; + bool printWraps; int cursorMode; int controlCharSymbol; -- cgit v1.2.3