diff options
| -rw-r--r-- | src/Editor.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 68d283bc4..215ba6232 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3237,6 +3237,9 @@ void Editor::ButtonUp(Point pt, unsigned int curTime, bool ctrl) {  		lastClickTime = curTime;  		lastClick = pt;  		lastXChosen = pt.x; +		if (selType == selStream) { +			SetLastXChosen(); +		}  		inDragDrop = false;  		EnsureCaretVisible(false);  	} | 
