commit | b53fb31a1e27a806396e38592055cfb3ebf43cf9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 23:59:52 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 13 23:59:52 2019 +0200 |
tree | 57888f517cf09fe3680bdcf9803fe75d929be3fd | |
parent | b0f94c1ff34d27d33aa9f96204985ea29c2eb0a1 [diff] [blame] |
patch 8.1.1525: cannot move a popup window with the mouse Problem: Cannot move a popup window with the mouse. Solution: Add the "drag" property and make it possible to drag a popup window by its border.
diff --git a/src/version.c b/src/version.c index 9835fcc..058dbc7 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1525, +/**/ 1524, /**/ 1523,