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/window.c b/src/window.c index c15a861..4369129 100644 --- a/src/window.c +++ b/src/window.c
@@ -1371,7 +1371,7 @@ /* * Return TRUE if "win" is a global popup or a popup in the current tab page. */ - static int + int win_valid_popup(win_T *win UNUSED) { #ifdef FEAT_TEXT_PROP