commit | 399d898ac1e6e587088b5bdd6e36eca4998bc1eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:34:29 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 15:34:29 2019 +0200 |
tree | b8ec8d01bbe81db484ecd1a3fd9281386a9b001c | |
parent | 042fb4b449bb5d8494698803e766dfd288b458cf [diff] [blame] |
patch 8.1.1450: popup window positioning wrong when using padding or borders Problem: Popup window positioning wrong when using padding or borders. Solution: Fix computing the position.
diff --git a/src/version.c b/src/version.c index 90c77ea..6417e41 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1450, +/**/ 1449, /**/ 1448,