aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-10-03 13:09:51 +0000
committernyamatongwe <devnull@localhost>2000-10-03 13:09:51 +0000
commitbdf580f771b496bd512983f345cf4a8db55e42e0 (patch)
treeaa22e888bb84d884bfb79a8e0aa56d5bacabc3f7 /src/Editor.h
parentd22793be31487dc096cffb4696d393affe44e513 (diff)
downloadscintilla-mirror-bdf580f771b496bd512983f345cf4a8db55e42e0.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;