From 46dcb7e7c6c68ae4a7e97ec10d1e932bb5c951ce Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 16 Nov 2000 02:12:46 +0000 Subject: Line mode selection forces stream selection instead of rectangular selection. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 48f5eb017..de4783cb3 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2745,6 +2745,7 @@ void Editor::ButtonDown(Point pt, unsigned int curTime, bool shift, bool ctrl, b NotifyDoubleClick(pt, shift); } else { // Single click if (inSelMargin) { + selType = selStream; if (ctrl) { SelectAll(); lastClickTime = curTime; -- cgit v1.2.3