From cdfb090f2206c87a86dd5e55560ed853db39f983 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 10 Aug 2001 02:57:17 +0000 Subject: Typing makes the dwell not occur again until the mouse moves. --- src/Editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 7b2c0e0a9..3d7c54e8e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -309,7 +309,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool PointInSelection(Point pt); bool PointInSelMargin(Point pt); void LineSelection(int lineCurrent_, int lineAnchor_); - void DwellEnd(); + void DwellEnd(bool mouseMoved); virtual void ButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, bool alt); void ButtonMove(Point pt); void ButtonUp(Point pt, unsigned int curTime, bool ctrl); -- cgit v1.2.3