aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-10-03 13:09:51 +0000
committernyamatongwe <unknown>2000-10-03 13:09:51 +0000
commit4b38936d74cd174fc7c0895e26cc73729bbcd808 (patch)
treeaa22e888bb84d884bfb79a8e0aa56d5bacabc3f7 /src/Editor.h
parentf2eec7a2f49ce7b7dda18f92d0026cecf2a033d1 (diff)
downloadscintilla-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.h3
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;