diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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; | 
