diff options
author | nyamatongwe <unknown> | 2000-07-01 13:34:28 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-07-01 13:34:28 +0000 |
commit | fb394f628cb2c6be987c7fe45f9c5b22fb8167fe (patch) | |
tree | 608ab59ded48de4f3ef480c329ad4b8b4a363a50 /src/ViewStyle.h | |
parent | 6d9d80245940ec0ad77004117a18666bb9e1fb70 (diff) | |
download | scintilla-mirror-fb394f628cb2c6be987c7fe45f9c5b22fb8167fe.tar.gz |
Making Drawline less context dependent by moving state from Editor to
LineLayout and ViewStyle. Helps avoid attributes leaking into printing.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index 5660368ec..68e59d29e 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -59,6 +59,7 @@ public: bool showMarkedLines; ColourPair caretcolour; ColourPair edgecolour; + int edgeState; ViewStyle(); ViewStyle(const ViewStyle &source); |