commit | 0ce3733f7845013a66d90b193084a3664ad7ff99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 21:33:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 18 21:33:22 2019 +0100 |
tree | d1c083c401d6d84b1f41a6f0ff3d36f9453b1869 | |
parent | bc28e9f15bed94a7680a6bb84690965049da12d8 [diff] [blame] |
patch 8.2.0022: click in popup window doesn't close it in the GUI Problem: Click in popup window doesn't close it in the GUI. (Sergey Vlasov) Solution: When processing the selection also send a button release event. (closes #5367)
diff --git a/src/version.c b/src/version.c index 69341e0..2867702 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 22, +/**/ 21, /**/ 20,