From 788f2fff04ce33f9c287b8cf79c5c51a90f9f1b4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 3 Jun 2005 23:11:04 +0000 Subject: Fixed bug 1214067 Alt+Shift+Click not displaying rectangular selection fully by setting rectangular range in mouse down processing. Hoisted this code into new method SetRectangularRange as used in 4 places. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.h b/src/Editor.h index 71953c298..e69778ab7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -350,6 +350,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool SelectionEmpty(); int SelectionStart(); int SelectionEnd(); + void SetRectangularRange(); void InvalidateSelection(int currentPos_, int anchor_); void SetSelection(int currentPos_, int anchor_); void SetSelection(int currentPos_); -- cgit v1.2.3