When dragging to select with the mouse "grab" the mouse so that if it strays into neighboring windows, the selection is still updated

Fixes #624
This commit is contained in:
Kovid Goyal
2018-07-06 10:33:01 +05:30
parent e27ea3337a
commit 77c4f5fecc
4 changed files with 41 additions and 2 deletions

View File

@@ -12,6 +12,9 @@ Changelog
- Fix triple-click to select line not working when the entire line is filled
(:iss:`703`)
- When dragging to select with the mouse "grab" the mouse so that if it strays
into neighboring windows, the selection is still updated (:pull:`624`)
0.11.2 [2018-07-01]
------------------------------