diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Editor.cxx b/src/Editor.cxx index 648dd8034..f618c78de 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -5981,7 +5981,7 @@ bool Editor::PositionInSelection(int pos) {  }  bool Editor::PointInSelection(Point pt) { -	SelectionPosition pos = SPositionFromLocation(pt); +	SelectionPosition pos = SPositionFromLocation(pt, false, true);  	int xPos = XFromPosition(pos);  	for (size_t r=0; r<sel.Count(); r++) {  		SelectionRange range = sel.Range(r); | 
