diff options
author | nyamatongwe <unknown> | 2000-10-03 13:09:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-10-03 13:09:51 +0000 |
commit | 4b38936d74cd174fc7c0895e26cc73729bbcd808 (patch) | |
tree | aa22e888bb84d884bfb79a8e0aa56d5bacabc3f7 /src/Editor.h | |
parent | f2eec7a2f49ce7b7dda18f92d0026cecf2a033d1 (diff) | |
download | scintilla-mirror-4b38936d74cd174fc7c0895e26cc73729bbcd808.tar.gz |
Mouse down captures now optional.
Save and restore of assertion destination in paint.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h index 3d1c48f4d..f51c1440b 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -66,7 +66,8 @@ protected: // ScintillaBase subclass needs access to much of Editor bool hideSelection; bool inOverstrike; int errorStatus; - + bool mouseDownCaptures; + // In bufferedDraw mode, graphics operations are drawn to a pixmap and then copied to // the screen. This avoids flashing but is about 30% slower. bool bufferedDraw; |