diff options
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 0ae1f115f..cb1141b61 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -269,6 +269,9 @@ protected: // ScintillaBase subclass needs access to much of Editor bool convertPastes; + int marginNumberPadding; // the right-side padding of the number margin + int ctrlCharPadding; // the padding around control character text blobs + Document *pdoc; Editor(); |